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, 8 insertions, 0 deletions
diff --git a/src/libffmpeg/libavcodec/fastmemcpy.h b/src/libffmpeg/libavcodec/fastmemcpy.h
new file mode 100644
index 000000000..ed34007ff
--- /dev/null
+++ b/src/libffmpeg/libavcodec/fastmemcpy.h
@@ -0,0 +1,8 @@
+#ifndef __FASTMEMCPY_H__
+#define __FASTMEMCPY_H__
+
+#include "xineutils.h"
+
+#define memcpy(a,b,c) xine_fast_memcpy(a,b,c)
+
+#endif