summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/dsputil_mmx_avg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libffmpeg/libavcodec/dsputil_mmx_avg.h')
-rw-r--r--src/libffmpeg/libavcodec/dsputil_mmx_avg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libffmpeg/libavcodec/dsputil_mmx_avg.h b/src/libffmpeg/libavcodec/dsputil_mmx_avg.h
index 5cd640f71..81b9fd482 100644
--- a/src/libffmpeg/libavcodec/dsputil_mmx_avg.h
+++ b/src/libffmpeg/libavcodec/dsputil_mmx_avg.h
@@ -19,6 +19,10 @@
* MMX optimization by Nick Kurshev <nickols_k@mail.ru>
*/
+#include "config.h"
+
+#ifndef DEBUG
+
static void DEF(put_pixels_x2)(UINT8 *block, const UINT8 *pixels, int line_size, int h)
{
int dh, hh;
@@ -342,3 +346,4 @@ static void DEF(sub_pixels_y2)( DCTELEM *block, const UINT8 *pixels, int line_s
} while (--h);
}
+#endif