summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-25 16:19:42 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-25 16:19:42 +0000
commit9482a78e678d151515434445d979c31ceb4abd79 (patch)
treef48fb59dff12d0f2ca3888c7115aaf9156a4305f /mplayer.c
parent2c57acb2797afc58b76770a0c984fc3a24baa697 (diff)
downloadmpv-9482a78e678d151515434445d979c31ceb4abd79.tar.bz2
mpv-9482a78e678d151515434445d979c31ceb4abd79.tar.xz
Fix warnings:
mplayer.c:316: warning: redundant redeclaration of 'vo_subdevice' libvo/video_out.h:237: warning: previous declaration of 'vo_subdevice' was here mplayer.c:317: warning: redundant redeclaration of 'ao_subdevice' libao2/audio_out.h:44: warning: previous declaration of 'ao_subdevice' was here mplayer.c:320: warning: redundant redeclaration of 'vo_flags' libvo/video_out.h:189: warning: previous declaration of 'vo_flags' was here git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24184 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/mplayer.c b/mplayer.c
index 446a42f008..f8104e7a7d 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -313,12 +313,6 @@ static int play_n_frames_mf=-1;
char** video_driver_list=NULL;
char** audio_driver_list=NULL;
-extern char *vo_subdevice;
-extern char *ao_subdevice;
-
-// codec outfmt flags (defined in libmpcodecs/vd.c)
-extern int vo_flags;
-
// sub:
char *font_name=NULL;
char *sub_font_name=NULL;