summaryrefslogtreecommitdiff
path: root/libavcodec/imgresample.c
diff options
context:
space:
mode:
authorNick Kurshev <nickols_k@mail.ru>2001-08-02 08:29:38 +0000
committerNick Kurshev <nickols_k@mail.ru>2001-08-02 08:29:38 +0000
commit54329dd5a5f8435c5a2747201af6c11b506ca50a (patch)
tree49b6c8ca2d25d8c6c12fa51065fe8bfcaed8d15f /libavcodec/imgresample.c
parent9aa435b5ba250488f44f4a9310a2c10f4f1ef101 (diff)
Adding fastmemcpy stuff to speedup mplayer project
Originally committed as revision 27 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/imgresample.c')
-rw-r--r--libavcodec/imgresample.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/libavcodec/imgresample.c b/libavcodec/imgresample.c
index d394abdd3f..52331a68d2 100644
--- a/libavcodec/imgresample.c
+++ b/libavcodec/imgresample.c
@@ -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