vlc | branch: master | Konstantin Pavlov <[email protected]> | Thu Aug 16 22:45:30 2012 +0400| [0625a95dbbe37d4fa1c7be34478f8846d42cfaf8] | committer: Konstantin Pavlov
Define a hotkey to cycle through SIDs on __APPLE__, too. Unbreaks build on OSX. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0625a95dbbe37d4fa1c7be34478f8846d42cfaf8 --- src/libvlc-module.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libvlc-module.c b/src/libvlc-module.c index aa0d445..eb103fc 100644 --- a/src/libvlc-module.c +++ b/src/libvlc-module.c @@ -2204,6 +2204,7 @@ vlc_module_begin () # define KEY_AUDIODELAY_DOWN "f" # define KEY_AUDIO_TRACK "l" # define KEY_SUBTITLE_TRACK "s" +# define KEY_PROGRAM_SID "x" # define KEY_ASPECT_RATIO "a" # define KEY_CROP "c" # define KEY_TOGGLE_AUTOSCALE "o" _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
