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.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/libffmpeg/libavcodec/dsputil_mmx.c') diff --git a/src/libffmpeg/libavcodec/dsputil_mmx.c b/src/libffmpeg/libavcodec/dsputil_mmx.c index 4261259e5..29a069566 100644 --- a/src/libffmpeg/libavcodec/dsputil_mmx.c +++ b/src/libffmpeg/libavcodec/dsputil_mmx.c @@ -22,8 +22,6 @@ #include "dsputil.h" #include "cpu_accel.h" -#ifndef DEBUG - int mm_flags; /* multimedia extension flags */ int pix_abs16x16_mmx(UINT8 *blk1, UINT8 *blk2, int lx, int h); @@ -1055,4 +1053,3 @@ void dsputil_init_mmx(void) } } } -#endif /* DEBUG */ -- cgit v1.2.3