]> git.sesse.net Git - vlc/commitdiff
Define a hotkey to cycle through SIDs on __APPLE__, too.
authorKonstantin Pavlov <thresh@videolan.org>
Thu, 16 Aug 2012 18:45:30 +0000 (22:45 +0400)
committerKonstantin Pavlov <thresh@videolan.org>
Thu, 16 Aug 2012 18:45:30 +0000 (22:45 +0400)
Unbreaks build on OSX.

src/libvlc-module.c

index aa0d44585f436873b0d46a58f457f84d9c63c2ba..eb103fc0356fc0c06b504cbd5f733a58f7b44cdc 100644 (file)
@@ -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"