diff imgresample.c @ 17:b69fe46fd708 libavcodec

Adding fastmemcpy stuff to speedup mplayer project
author nickols_k
date Thu, 02 Aug 2001 08:29:38 +0000
parents 2e2c46c87460
children 1d2077091e88
line wrap: on
line diff
--- a/imgresample.c	Mon Jul 30 23:51:20 2001 +0000
+++ b/imgresample.c	Thu Aug 02 08:29:38 2001 +0000
@@ -23,6 +23,16 @@
 #include "dsputil.h"
 #include "avcodec.h"
 
+/* Stuff below is useful only for mplayer project */
+#ifdef HAVE_CONFIG_H
+#include "../config.h"
+#endif
+
+#ifdef USE_FASTMEMCPY
+#include "fastmemcpy.h"
+#endif
+
+
 #define NB_COMPONENTS 3
 
 #define PHASE_BITS 4