From f86d8e69cb6655f42575055862d6a9d5c4f6d2e5 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Fri, 10 Aug 2001 17:37:50 +0000 Subject: minor bugfixes, make debug should work now, codec close hopefully works too CVS patchset: 405 CVS date: 2001/08/10 17:37:50 --- src/libffmpeg/libavcodec/dsputil_mmx.c | 3 +++ 1 file changed, 3 insertions(+) (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 29a069566..4261259e5 100644 --- a/src/libffmpeg/libavcodec/dsputil_mmx.c +++ b/src/libffmpeg/libavcodec/dsputil_mmx.c @@ -22,6 +22,8 @@ #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); @@ -1053,3 +1055,4 @@ void dsputil_init_mmx(void) } } } +#endif /* DEBUG */ -- cgit v1.2.3