1
mirror of https://github.com/mpv-player/mpv synced 2024-12-24 07:33:46 +01:00

Remove redundant extern variable declarations, include proper headers instead.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24169 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-08-25 12:25:34 +00:00
parent 5dc65565ca
commit 26691d09f8
4 changed files with 4 additions and 9 deletions

View File

@ -10,8 +10,10 @@
#include "mplayer.h"
#include "m_config.h"
#include "m_option.h"
#include "libvo/sub.h"
#include "libvo/video_out.h"
#include "stream/stream.h"
#include "libmpdemux/demuxer.h"
#include "cfg.h"
#include "app.h"

View File

@ -15,12 +15,10 @@
#include "mplayer/gmplayer.h"
#include "mplayer/play.h"
#include "mplayer.h"
#include "access_mpcontext.h"
#include "app.h"
#include "cfg.h"
#include "help_mp.h"
#include "subreader.h"
#include "libvo/x11_common.h"
#include "libvo/video_out.h"
#include "libvo/font_load.h"

View File

@ -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"

View File

@ -28,16 +28,10 @@ extern float force_fps;
extern float sub_delay;
extern float sub_fps;
extern int sub_auto;
extern int sub_pos;
extern int sub_unicode;
extern char * sub_cp;
extern int suboverlap_enabled;
extern char * filename;
extern int stream_cache_size;
extern int force_ni;
extern int index_mode;
extern int autosync;
// libmpcodecs: