summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/dsputil_mmx_avg.h
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-08-10 17:37:50 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-08-10 17:37:50 +0000
commitf86d8e69cb6655f42575055862d6a9d5c4f6d2e5 (patch)
tree142ff685cc5b29407574b3cb8cd8685a2424ee39 /src/libffmpeg/libavcodec/dsputil_mmx_avg.h
parent9cdb6c61b02aced10c14ecf71193bd17c01c2d7a (diff)
downloadxine-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_avg.h')
-rw-r--r--src/libffmpeg/libavcodec/dsputil_mmx_avg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libffmpeg/libavcodec/dsputil_mmx_avg.h b/src/libffmpeg/libavcodec/dsputil_mmx_avg.h
index 5cd640f71..81b9fd482 100644
--- a/src/libffmpeg/libavcodec/dsputil_mmx_avg.h
+++ b/src/libffmpeg/libavcodec/dsputil_mmx_avg.h
@@ -19,6 +19,10 @@
* 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;
@@ -342,3 +346,4 @@ static void DEF(sub_pixels_y2)( DCTELEM *block, const UINT8 *pixels, int line_s
} while (--h);
}
+#endif