mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-25 04:30:02 +00:00
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))
|
||||
#endif
|
||||
|
||||
#ifdef USE_FASTMEMCPY
|
||||
#ifdef CONFIG_FASTMEMCPY
|
||||
# include "libvo/fastmemcpy.h"
|
||||
# define memcpy(a,b,c) fast_memcpy(a,b,c)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user