diff options
author | mswitch <mswitch@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-11-03 20:26:47 +0000 |
---|---|---|
committer | mswitch <mswitch@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-11-03 20:26:47 +0000 |
commit | b8ace296df507829742558ceb2deaf504f68398b (patch) | |
tree | 8c5e1624bc289fdcaecc8a52771a705350b34c92 /libvo | |
parent | 503af5049f763add736199e01f30e9c0933ca33e (diff) |
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.c | 1 |
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 |