diff gui/mplayer/mw.c @ 30537:7bebe34b6ad2

Move movie_aspect extern declaration to libmpcodecs/vd.h. This is the appropriate place for the declaration; the variable is declared in libmpcodecs/vd.c.
author diego
date Sun, 14 Feb 2010 14:47:22 +0000
parents f4e017b6921a
children d03d69f64929
line wrap: on
line diff
--- a/gui/mplayer/mw.c	Sun Feb 14 14:33:16 2010 +0000
+++ b/gui/mplayer/mw.c	Sun Feb 14 14:47:22 2010 +0000
@@ -42,6 +42,7 @@
 #include "libvo/sub.h"
 #include "access_mpcontext.h"
 
+#include "libmpcodecs/vd.h"
 #include "libmpdemux/demuxer.h"
 #include "libmpdemux/stheader.h"
 #include "codec-cfg.h"