summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ve_vfw.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-15 17:30:55 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-15 17:30:55 +0000
commit6b14d50848364fc6aa609378c54dfa6cb8dfad1c (patch)
tree4923b39642c01072f6c2de74b63c3ea51f9bc7b5 /libmpcodecs/ve_vfw.c
parentc0a30e606faec24ae1726b767d4dbf03abbb5c5c (diff)
downloadmpv-6b14d50848364fc6aa609378c54dfa6cb8dfad1c.tar.bz2
mpv-6b14d50848364fc6aa609378c54dfa6cb8dfad1c.tar.xz
Add explicit location for headers from the stream/ directory.
Now for the encoding-related files as well. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22618 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/ve_vfw.c')
-rw-r--r--libmpcodecs/ve_vfw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpcodecs/ve_vfw.c b/libmpcodecs/ve_vfw.c
index 72fe7cb209..4b0e8c9805 100644
--- a/libmpcodecs/ve_vfw.c
+++ b/libmpcodecs/ve_vfw.c
@@ -11,7 +11,7 @@
#include "help_mp.h"
#include "codec-cfg.h"
-//#include "stream.h"
+//#include "stream/stream.h"
//#include "demuxer.h"
//#include "stheader.h"
@@ -24,7 +24,7 @@
#include "mp_image.h"
#include "vf.h"
-#include "stream.h"
+#include "stream/stream.h"
#include "muxer.h"
//===========================================================================//