[vlc-commits] python bindings: update public API define string

Olivier Aubert git at videolan.org
Wed May 18 11:01:49 CEST 2011


vlc/python | branch: master | Olivier Aubert <olivier.aubert at liris.cnrs.fr> | Sun May 15 16:41:36 2011 +0200| [eb468fb12b26106bc7cc4cf90cdf81551a8d50bf] | committer: Olivier Aubert

python bindings: update public API define string

Matches 6a06521577edabfbc7ab1191adede2c86767b7f3 commit

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

 generate.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/generate.py b/generate.py
index f69235a..02af836 100755
--- a/generate.py
+++ b/generate.py
@@ -88,7 +88,7 @@ _GENERATED_ENUMS_ = '# GENERATED_ENUMS'
 
 # keywords in header files
 _VLC_FORWARD_     = 'VLC_FORWARD'
-_VLC_PUBLIC_API_  = 'VLC_PUBLIC_API'
+_VLC_PUBLIC_API_  = 'LIBVLC_API'
 
 # Precompiled regexps
 api_re       = re.compile(_VLC_PUBLIC_API_ + '\s+(\S+\s+.+?)\s*\(\s*(.+?)\s*\)')



More information about the vlc-commits mailing list