# HG changeset patch # User diego # Date 1284201868 0 # Node ID 459c2bd805c312f19d5a0f17d3517714d5930773 # Parent d6def8038a479103d11799bd2a04b7175cfad09a Replace dvdsub_id extern declaration by mpcommon.h #include. diff -r d6def8038a47 -r 459c2bd805c3 libmpdemux/demux_ogg.c --- 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...