Mercurial > mplayer.hg
changeset 24164:7fd3fe2b7ab7
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
author | diego |
---|---|
date | Sat, 25 Aug 2007 16:19:42 +0000 |
parents | ca9f239aaeab |
children | 94cac0aa431b |
files | mplayer.c |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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;