diff options
Diffstat (limited to 'src/libffmpeg/libavcodec/fastmemcpy.h')
-rw-r--r-- | src/libffmpeg/libavcodec/fastmemcpy.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libffmpeg/libavcodec/fastmemcpy.h b/src/libffmpeg/libavcodec/fastmemcpy.h deleted file mode 100644 index 3459bf1ce..000000000 --- a/src/libffmpeg/libavcodec/fastmemcpy.h +++ /dev/null @@ -1,4 +0,0 @@ -#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 |