summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authormswitch <mswitch@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-03 20:26:47 +0000
committermswitch <mswitch@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-03 20:26:47 +0000
commitb8ace296df507829742558ceb2deaf504f68398b (patch)
tree8c5e1624bc289fdcaecc8a52771a705350b34c92 /libvo
parent503af5049f763add736199e01f30e9c0933ca33e (diff)
downloadmpv-b8ace296df507829742558ceb2deaf504f68398b.tar.bz2
mpv-b8ace296df507829742558ceb2deaf504f68398b.tar.xz
Suddenly I needed vidix.h for vidix_video_eq_t
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8091 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_dxr3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/vo_dxr3.c b/libvo/vo_dxr3.c
index dac8bac78e..0af7320f3c 100644
--- a/libvo/vo_dxr3.c
+++ b/libvo/vo_dxr3.c
@@ -118,6 +118,7 @@
#include "aspect.h"
#include "spuenc.h"
#include "sub.h"
+#include "../vidix/vidix.h"
#ifdef HAVE_NEW_GUI
#include "../Gui/interface.h"
#endif