diff options
| author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-08-28 19:16:19 +0000 |
|---|---|---|
| committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-08-28 19:16:19 +0000 |
| commit | 6bea16fb8408d80701ba329edfb3cd7ae5b880af (patch) | |
| tree | 7ce8e55d2b61bdabf088c9317dfa8f2623ca1903 /src/libffmpeg/libavcodec/dsputil_mmx_avg.h | |
| parent | ad2464b4ef019dcfe299d52325490a342b3e6d1b (diff) | |
| download | xine-lib-6bea16fb8408d80701ba329edfb3cd7ae5b880af.tar.gz xine-lib-6bea16fb8408d80701ba329edfb3cd7ae5b880af.tar.bz2 | |
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
Diffstat (limited to 'src/libffmpeg/libavcodec/dsputil_mmx_avg.h')
| -rw-r--r-- | src/libffmpeg/libavcodec/dsputil_mmx_avg.h | 5 |
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 |
