summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-27 21:14:32 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-27 21:14:32 +0000
commitd759ba10c3663e065d93027ed24eeeb3717b8411 (patch)
treebe5672b758eb51eea37db71b0876a7c52af1934e
parentbbf95a3dcf1cab8a8dff75e4ae9707bea7e18c5d (diff)
downloadmpv-d759ba10c3663e065d93027ed24eeeb3717b8411.tar.bz2
mpv-d759ba10c3663e065d93027ed24eeeb3717b8411.tar.xz
More fastmemcpy.h removal
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23395 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--stream/tv.c1
-rw-r--r--stream/tv.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/stream/tv.c b/stream/tv.c
index 2995d40c00..d6a6552832 100644
--- a/stream/tv.c
+++ b/stream/tv.c
@@ -30,7 +30,6 @@ int tv_param_on = 0;
#include "libaf/af_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 6511f3aa84..404e258401 100644
--- a/stream/tv.h
+++ b/stream/tv.h
@@ -6,7 +6,6 @@ extern int tv_param_on;
#ifdef USE_TV
//#include "libao2/afmt.h"
//#include "libmpcodecs/img_format.h"
-//#include "libvo/fastmemcpy.h"
//#include "mp_msg.h"
extern char *tv_param_freq;