summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-18 13:58:03 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-18 13:58:03 +0000
commit77b42596004ed6aae7f358cb107f01cffd22a6ef (patch)
treebc97e8c5e4a7b5a0b17be171c53a5f6d2e6f4c6c /stream
parentbdb9b1d5dcdb46b5cadcfb3642a29e5e8d8e424b (diff)
downloadmpv-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')
-rw-r--r--stream/tv.c2
-rw-r--r--stream/tv.h2
-rw-r--r--stream/tvi_bsdbt848.c2
-rw-r--r--stream/tvi_dummy.c2
-rw-r--r--stream/tvi_v4l.c2
-rw-r--r--stream/tvi_v4l2.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/stream/tv.c b/stream/tv.c
index e4161e67c1..2a95db7b76 100644
--- a/stream/tv.c
+++ b/stream/tv.c
@@ -29,7 +29,7 @@ int tv_param_on = 0;
#include "libmpdemux/stheader.h"
#include "libaf/af_format.h"
-#include "libvo/img_format.h"
+#include "libmpcodecs/img_format.h"
#include "libvo/fastmemcpy.h"
#include "tv.h"
diff --git a/stream/tv.h b/stream/tv.h
index 6a4f03b98d..3a2d6abfb3 100644
--- a/stream/tv.h
+++ b/stream/tv.h
@@ -5,7 +5,7 @@ extern int tv_param_on;
#ifdef USE_TV
//#include "libao2/afmt.h"
-//#include "libvo/img_format.h"
+//#include "libmpcodecs/img_format.h"
//#include "libvo/fastmemcpy.h"
//#include "mp_msg.h"
diff --git a/stream/tvi_bsdbt848.c b/stream/tvi_bsdbt848.c
index 7732d017de..2c13f90bc1 100644
--- a/stream/tvi_bsdbt848.c
+++ b/stream/tvi_bsdbt848.c
@@ -63,7 +63,7 @@
#endif
#include "libaf/af_format.h"
-#include "libvo/img_format.h"
+#include "libmpcodecs/img_format.h"
#include "tv.h"
/* information about this file */
diff --git a/stream/tvi_dummy.c b/stream/tvi_dummy.c
index 152ce0938c..8dcf7f89c1 100644
--- a/stream/tvi_dummy.c
+++ b/stream/tvi_dummy.c
@@ -5,7 +5,7 @@
#include "config.h"
#include <stdio.h>
-#include "libvo/img_format.h"
+#include "libmpcodecs/img_format.h"
#include "tv.h"
/* information about this file */
diff --git a/stream/tvi_v4l.c b/stream/tvi_v4l.c
index 1fa3874228..f12ffa77e3 100644
--- a/stream/tvi_v4l.c
+++ b/stream/tvi_v4l.c
@@ -40,7 +40,7 @@
#include "mp_msg.h"
#include "libaf/af_format.h"
-#include "libvo/img_format.h"
+#include "libmpcodecs/img_format.h"
#include "libvo/fastmemcpy.h"
#include "libvo/videodev_mjpeg.h"
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"