diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-08-10 17:37:50 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-08-10 17:37:50 +0000 |
commit | f86d8e69cb6655f42575055862d6a9d5c4f6d2e5 (patch) | |
tree | 142ff685cc5b29407574b3cb8cd8685a2424ee39 /src/libffmpeg/libavcodec/dsputil_mmx.c | |
parent | 9cdb6c61b02aced10c14ecf71193bd17c01c2d7a (diff) | |
download | xine-lib-f86d8e69cb6655f42575055862d6a9d5c4f6d2e5.tar.gz xine-lib-f86d8e69cb6655f42575055862d6a9d5c4f6d2e5.tar.bz2 |
minor bugfixes, make debug should work now, codec close hopefully works too
CVS patchset: 405
CVS date: 2001/08/10 17:37:50
Diffstat (limited to 'src/libffmpeg/libavcodec/dsputil_mmx.c')
-rw-r--r-- | src/libffmpeg/libavcodec/dsputil_mmx.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ |