Commit 0625a95d authored by Konstantin Pavlov's avatar Konstantin Pavlov

Define a hotkey to cycle through SIDs on __APPLE__, too.

Unbreaks build on OSX.
parent db9bfa69
...@@ -2204,6 +2204,7 @@ vlc_module_begin () ...@@ -2204,6 +2204,7 @@ vlc_module_begin ()
# define KEY_AUDIODELAY_DOWN "f" # define KEY_AUDIODELAY_DOWN "f"
# define KEY_AUDIO_TRACK "l" # define KEY_AUDIO_TRACK "l"
# define KEY_SUBTITLE_TRACK "s" # define KEY_SUBTITLE_TRACK "s"
# define KEY_PROGRAM_SID "x"
# define KEY_ASPECT_RATIO "a" # define KEY_ASPECT_RATIO "a"
# define KEY_CROP "c" # define KEY_CROP "c"
# define KEY_TOGGLE_AUTOSCALE "o" # define KEY_TOGGLE_AUTOSCALE "o"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment