summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2007-12-19 20:44:30 +0000
committerphintuka <phintuka>2007-12-19 20:44:30 +0000
commit8ee81b5e1c650d1ffd19d5c558e8e2ee3aa188a7 (patch)
tree205aee3dfc90e34fe1d8c7e9daa448aa69dbebe1
parent00656085148e6e8e85ff5f81e3cc9cfa7ba361c9 (diff)
downloadxineliboutput-8ee81b5e1c650d1ffd19d5c558e8e2ee3aa188a7.tar.gz
xineliboutput-8ee81b5e1c650d1ffd19d5c558e8e2ee3aa188a7.tar.bz2
Add mapping for subtitles key (XINE_EVENT_VDR_SUBTITLES)
-rw-r--r--xine_input_vdr.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/xine_input_vdr.c b/xine_input_vdr.c
index 06792fe5..29c2ecdd 100644
--- a/xine_input_vdr.c
+++ b/xine_input_vdr.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_input_vdr.c,v 1.100 2007-09-20 22:37:22 phintuka Exp $
+ * $Id: xine_input_vdr.c,v 1.101 2007-12-19 20:44:30 phintuka Exp $
*
*/
@@ -3906,13 +3906,12 @@ struct {
{XINE_EVENT_VDR_VOLMINUS, "Volume-"},
{XINE_EVENT_VDR_MUTE, "Mute"},
{XINE_EVENT_VDR_AUDIO, "Audio"},
-#else
-# warning Xine VDR keys not defined
#endif
#if defined(XINE_EVENT_VDR_INFO)
{XINE_EVENT_VDR_INFO, "Info"},
-#else
-# warning Xine VDR key "Info" not defined
+#endif
+#if defined(XINE_EVENT_VDR_SUBTITLES)
+ {XINE_EVENT_VDR_SUBTITLES, "Subtitles"},
#endif
{-1, NULL}
};