summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/fastmemcpy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libffmpeg/libavcodec/fastmemcpy.h')
-rw-r--r--src/libffmpeg/libavcodec/fastmemcpy.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/libffmpeg/libavcodec/fastmemcpy.h b/src/libffmpeg/libavcodec/fastmemcpy.h
index ed34007ff..3459bf1ce 100644
--- a/src/libffmpeg/libavcodec/fastmemcpy.h
+++ b/src/libffmpeg/libavcodec/fastmemcpy.h
@@ -1,8 +1,4 @@
-#ifndef __FASTMEMCPY_H__
-#define __FASTMEMCPY_H__
-
-#include "xineutils.h"
-
+#if 0
+extern void *xine_fast_memcpy(void *to, const void *from, size_t len);
#define memcpy(a,b,c) xine_fast_memcpy(a,b,c)
-
#endif