[vlc-commits] Rename LIBVLC_* function attributes to VLC_* within plugin API

Rémi Denis-Courmont git at videolan.org
Sat May 7 22:08:30 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat May  7 23:02:08 2011 +0300| [92f1b3aee74871e264db419def5170f2e3512751] | committer: Rémi Denis-Courmont

Rename LIBVLC_* function attributes to VLC_* within plugin API

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=92f1b3aee74871e264db419def5170f2e3512751
---

 include/vlc_access.h             |    2 +-
 include/vlc_acl.h                |    4 +-
 include/vlc_aout.h               |   12 +++---
 include/vlc_block.h              |   20 +++++-----
 include/vlc_block_helper.h       |    4 +-
 include/vlc_charset.h            |   34 +++++++++---------
 include/vlc_codec.h              |   10 +++---
 include/vlc_codec_synchro.h      |    4 +-
 include/vlc_common.h             |   74 +++++++++++++++++++-------------------
 include/vlc_config_cat.h         |    4 +-
 include/vlc_configuration.h      |   26 +++++++-------
 include/vlc_demux.h              |    8 ++--
 include/vlc_dialog.h             |    8 ++--
 include/vlc_epg.h                |    2 +-
 include/vlc_es_out.h             |    2 +-
 include/vlc_filter.h             |    4 +-
 include/vlc_fs.h                 |   10 +++---
 include/vlc_http.h               |    2 +-
 include/vlc_httpd.h              |   18 +++++-----
 include/vlc_image.h              |    2 +-
 include/vlc_input.h              |   12 +++---
 include/vlc_input_item.h         |   20 +++++-----
 include/vlc_keys.h               |    6 ++--
 include/vlc_messages.h           |    4 +-
 include/vlc_meta.h               |    4 +-
 include/vlc_modules.h            |   28 +++++++-------
 include/vlc_network.h            |    6 ++--
 include/vlc_objects.h            |   12 +++---
 include/vlc_opengl.h             |    2 +-
 include/vlc_osd.h                |   10 +++---
 include/vlc_picture.h            |    6 ++--
 include/vlc_picture_fifo.h       |    6 ++--
 include/vlc_picture_pool.h       |   10 +++---
 include/vlc_playlist.h           |   16 ++++----
 include/vlc_rand.h               |    6 ++--
 include/vlc_services_discovery.h |    8 ++--
 include/vlc_sout.h               |   14 ++++----
 include/vlc_threads.h            |   14 ++++----
 include/vlc_variables.h          |   56 ++++++++++++++--------------
 include/vlc_vlm.h                |    2 +-
 include/vlc_vout_osd.h           |    2 +-
 include/vlc_xml.h                |    6 ++--
 modules/control/rc.c             |    2 +-
 src/input/decoder.h              |    2 +-
 44 files changed, 252 insertions(+), 252 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=92f1b3aee74871e264db419def5170f2e3512751


More information about the vlc-commits mailing list