diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-25 12:25:34 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-25 12:25:34 +0000 |
commit | 26691d09f87c56d36eb23133ffb1facec0993fd1 (patch) | |
tree | 7e685ae901e04c426328041d9edd563ef70182a1 /gui/mplayer | |
parent | 5dc65565ca302ef6623951158509f995341a6a2e (diff) |
Remove redundant extern variable declarations, include proper headers instead.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24169 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'gui/mplayer')
-rw-r--r-- | gui/mplayer/gtk/opts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/mplayer/gtk/opts.c b/gui/mplayer/gtk/opts.c index 19bb3f2e9f..be1486c9ef 100644 --- a/gui/mplayer/gtk/opts.c +++ b/gui/mplayer/gtk/opts.c @@ -12,6 +12,7 @@ #include "help_mp.h" #include "mixer.h" #include "libao2/audio_out.h" +#include "libvo/sub.h" #include "libvo/video_out.h" #include "stream/stream.h" #include "libmpdemux/demuxer.h" |