diff libmpdemux/demux_mpg.c @ 32060:c3b7fc7eb796

Move audio_lang / dvdsub_lang extern variable declarations to mpcommon.h.
author diego
date Sat, 11 Sep 2010 11:11:10 +0000
parents 9e2c61ae171f
children e9556f0abee8
line wrap: on
line diff
--- a/libmpdemux/demux_mpg.c	Sat Sep 11 10:57:31 2010 +0000
+++ b/libmpdemux/demux_mpg.c	Sat Sep 11 11:11:10 2010 +0000
@@ -26,6 +26,7 @@
 
 #include "config.h"
 #include "mp_msg.h"
+#include "mpcommon.h"
 #include "help_mp.h"
 
 #include "stream/stream.h"
@@ -59,7 +60,6 @@
   int a_stream_ids[MAX_A_STREAMS];
 } mpg_demuxer_t;
 
-extern char* dvdsub_lang;
 static int mpeg_pts_error=0;
 off_t ps_probe = 0;