[vlc-commits] Define a hotkey to cycle through SIDs on __APPLE__, too.
Konstantin Pavlov
git at videolan.org
Thu Aug 16 20:58:03 CEST 2012
vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | 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"
More information about the vlc-commits
mailing list