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, 0 insertions, 5 deletions
diff --git a/src/libffmpeg/libavcodec/dsputil_mmx_avg.h b/src/libffmpeg/libavcodec/dsputil_mmx_avg.h
index 81b9fd482..5cd640f71 100644
--- a/src/libffmpeg/libavcodec/dsputil_mmx_avg.h
+++ b/src/libffmpeg/libavcodec/dsputil_mmx_avg.h
@@ -19,10 +19,6 @@
* 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;
@@ -346,4 +342,3 @@ static void DEF(sub_pixels_y2)( DCTELEM *block, const UINT8 *pixels, int line_s
} while (--h);
}
-#endif