USE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer.
Originally committed as revision 14475 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
af8ed96f45
commit
9f31c7ef37
@ -106,7 +106,7 @@
|
|||||||
# define offsetof(T,F) ((unsigned int)((char *)&((T *)0)->F))
|
# define offsetof(T,F) ((unsigned int)((char *)&((T *)0)->F))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef USE_FASTMEMCPY
|
#ifdef CONFIG_FASTMEMCPY
|
||||||
# include "libvo/fastmemcpy.h"
|
# include "libvo/fastmemcpy.h"
|
||||||
# define memcpy(a,b,c) fast_memcpy(a,b,c)
|
# define memcpy(a,b,c) fast_memcpy(a,b,c)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user