Commit 9f31c7ef authored by Diego Biurrun's avatar Diego Biurrun

USE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer.

Originally committed as revision 14475 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent af8ed96f
......@@ -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