# HG changeset patch # User diego # Date 1188058782 0 # Node ID 7fd3fe2b7ab7880989abdf275ec0ab0ed16f4794 # Parent ca9f239aaeab4c836ae052486cb88c9686cea66c 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 diff -r ca9f239aaeab -r 7fd3fe2b7ab7 mplayer.c --- a/mplayer.c Sat Aug 25 16:15:46 2007 +0000 +++ b/mplayer.c Sat Aug 25 16:19:42 2007 +0000 @@ -313,12 +313,6 @@ 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;