From 6bea16fb8408d80701ba329edfb3cd7ae5b880af Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Tue, 28 Aug 2001 19:16:19 +0000 Subject: update to ffmpeg 0.4.5, buf types cleanup based on patch provided by Miguel Freitas CVS patchset: 510 CVS date: 2001/08/28 19:16:19 --- src/libffmpeg/libavcodec/dsputil_mmx_avg.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/libffmpeg/libavcodec/dsputil_mmx_avg.h') 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 */ -#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 -- cgit v1.2.3