changeset 32058:459c2bd805c3

Replace dvdsub_id extern declaration by mpcommon.h #include.
author diego
date Sat, 11 Sep 2010 10:44:28 +0000
parents d6def8038a47
children 319657dba8e1
files libmpdemux/demux_ogg.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/demux_ogg.c	Fri Sep 10 21:57:22 2010 +0000
+++ b/libmpdemux/demux_ogg.c	Sat Sep 11 10:44:28 2010 +0000
@@ -27,6 +27,7 @@
 
 #include "mp_msg.h"
 #include "help_mp.h"
+#include "mpcommon.h"
 #include "stream/stream.h"
 #include "demuxer.h"
 #include "stheader.h"
@@ -164,7 +165,6 @@
 #define PACKET_IS_SYNCPOINT 0x08
 
 extern char *dvdsub_lang, *audio_lang;
-extern int dvdsub_id;
 
 //-------- subtitle support - should be moved to decoder layer, and queue
 //                          - subtitles up in demuxer buffer...