mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 07:40:00 +08:00
Explicitly include fastmemcpy.h from libvo/.
Originally committed as revision 6021 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -32,7 +32,7 @@
|
|||||||
#include "dsputil.h"
|
#include "dsputil.h"
|
||||||
|
|
||||||
#ifdef USE_FASTMEMCPY
|
#ifdef USE_FASTMEMCPY
|
||||||
#include "fastmemcpy.h"
|
#include "libvo/fastmemcpy.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_MMX
|
#ifdef HAVE_MMX
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#include "dsputil.h"
|
#include "dsputil.h"
|
||||||
|
|
||||||
#ifdef USE_FASTMEMCPY
|
#ifdef USE_FASTMEMCPY
|
||||||
#include "fastmemcpy.h"
|
#include "libvo/fastmemcpy.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define NB_COMPONENTS 3
|
#define NB_COMPONENTS 3
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
||||||
#ifdef USE_FASTMEMCPY
|
#ifdef USE_FASTMEMCPY
|
||||||
#include "fastmemcpy.h"
|
#include "libvo/fastmemcpy.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//#undef NDEBUG
|
//#undef NDEBUG
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#ifdef USE_FASTMEMCPY
|
#ifdef USE_FASTMEMCPY
|
||||||
#include "fastmemcpy.h"
|
#include "libvo/fastmemcpy.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_XVMC
|
#ifdef HAVE_XVMC
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
#endif /* !__MINGW32__ && CONFIG_OS2 */
|
#endif /* !__MINGW32__ && CONFIG_OS2 */
|
||||||
|
|
||||||
# ifdef USE_FASTMEMCPY
|
# ifdef USE_FASTMEMCPY
|
||||||
# include "fastmemcpy.h"
|
# include "libvo/fastmemcpy.h"
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
// Use rip-relative addressing if compiling PIC code on x86-64.
|
// Use rip-relative addressing if compiling PIC code on x86-64.
|
||||||
|
@ -85,7 +85,7 @@ try to unroll inner for(x=0 ... loop to avoid these damn if(x ... checks
|
|||||||
//#undef ARCH_X86
|
//#undef ARCH_X86
|
||||||
//#define DEBUG_BRIGHTNESS
|
//#define DEBUG_BRIGHTNESS
|
||||||
#ifdef USE_FASTMEMCPY
|
#ifdef USE_FASTMEMCPY
|
||||||
#include "fastmemcpy.h"
|
#include "libvo/fastmemcpy.h"
|
||||||
#endif
|
#endif
|
||||||
#include "postprocess.h"
|
#include "postprocess.h"
|
||||||
#include "postprocess_internal.h"
|
#include "postprocess_internal.h"
|
||||||
|
Reference in New Issue
Block a user