summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/fastmemcpy.h
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2004-02-01 05:31:16 +0000
committerMike Melanson <mike@multimedia.cx>2004-02-01 05:31:16 +0000
commit61d793ef13ac2ef8f9c2b41b71430f21fac80337 (patch)
tree69a1b20b01993b4d61fe1c8c2be33dd2e362a40c /src/libffmpeg/libavcodec/fastmemcpy.h
parentf707774ac5d48c02c6a36327304d88629b0e38f9 (diff)
downloadxine-lib-61d793ef13ac2ef8f9c2b41b71430f21fac80337.tar.gz
xine-lib-61d793ef13ac2ef8f9c2b41b71430f21fac80337.tar.bz2
sync to ffmpeg build 4699
CVS patchset: 6090 CVS date: 2004/02/01 05:31:16
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