vlc/python | branch: master | Olivier Aubert <[email protected]> | Mon Sep 10 16:39:36 2012 +0200| [75a9b767a305a952367e8a5c59bd2fd5c9e124c2] | committer: Olivier Aubert
python bindings: blacklist libvlc_printerr for now > http://git.videolan.org/gitweb.cgi/vlc/python.git/?a=commit;h=75a9b767a305a952367e8a5c59bd2fd5c9e124c2 --- generate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/generate.py b/generate.py index a4db830..fad7af8 100755 --- a/generate.py +++ b/generate.py @@ -73,6 +73,7 @@ else: # Python 3+ _blacklist = { 'libvlc_set_exit_handler': '', 'libvlc_video_set_callbacks': '', + 'libvlc_printerr': '', } # Set of functions that return a string that the caller is _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
