Commit 8ae34349 authored by diego's avatar diego

USE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14475 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9675d33c
......@@ -106,7 +106,7 @@
# define offsetof(T,F) ((unsigned int)((char *)&((T *)0)->F))
#endif
#ifdef USE_FASTMEMCPY
#ifdef CONFIG_FASTMEMCPY
# include "libvo/fastmemcpy.h"
# define memcpy(a,b,c) fast_memcpy(a,b,c)
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment