summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-14 14:47:22 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-14 14:47:22 +0000
commit2e98215f1360e24a16120b6fcdd78724ce54028b (patch)
tree755b6172bb6b7630ae739a0e68cf5e36fcbc57ba /gui
parent6448809568dba98177ec36ddc9df347073a65402 (diff)
downloadmpv-2e98215f1360e24a16120b6fcdd78724ce54028b.tar.bz2
mpv-2e98215f1360e24a16120b6fcdd78724ce54028b.tar.xz
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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30579 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'gui')
-rw-r--r--gui/mplayer/mw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/mplayer/mw.c b/gui/mplayer/mw.c
index 1445afe379..a2b5266bb5 100644
--- a/gui/mplayer/mw.c
+++ b/gui/mplayer/mw.c
@@ -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"