diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-08-18 13:58:03 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-08-18 13:58:03 +0000 |
commit | 77b42596004ed6aae7f358cb107f01cffd22a6ef (patch) | |
tree | bc97e8c5e4a7b5a0b17be171c53a5f6d2e6f4c6c /stream/tvi_v4l2.c | |
parent | bdb9b1d5dcdb46b5cadcfb3642a29e5e8d8e424b (diff) | |
download | mpv-77b42596004ed6aae7f358cb107f01cffd22a6ef.tar.bz2 mpv-77b42596004ed6aae7f358cb107f01cffd22a6ef.tar.xz |
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19437 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/tvi_v4l2.c')
-rw-r--r-- | stream/tvi_v4l2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/tvi_v4l2.c b/stream/tvi_v4l2.c index 049d34e37c..8456fe7211 100644 --- a/stream/tvi_v4l2.c +++ b/stream/tvi_v4l2.c @@ -41,7 +41,7 @@ known issues: #include <linux/types.h> #include <linux/videodev2.h> #include "mp_msg.h" -#include "libvo/img_format.h" +#include "libmpcodecs/img_format.h" #include "libaf/af_format.h" #include "tv.h" #include "audio_in.h" |