summaryrefslogtreecommitdiff
path: root/src/libffmpeg/config.h
diff options
context:
space:
mode:
authorJuergen Keil <jkeil@users.sourceforge.net>2001-09-01 17:57:20 +0000
committerJuergen Keil <jkeil@users.sourceforge.net>2001-09-01 17:57:20 +0000
commit4fff623cae914340d0968855630d21ca69826b9a (patch)
tree959e65b8116c2ea2e363a4ebe59d89cebbae4e11 /src/libffmpeg/config.h
parent1e2f00c5f029673e77f4cbb02a01b1063873d5be (diff)
downloadxine-lib-4fff623cae914340d0968855630d21ca69826b9a.tar.gz
xine-lib-4fff623cae914340d0968855630d21ca69826b9a.tar.bz2
Enable MMX accelerated code on x86
Workaround a gcc-2.95.2 compiler bug in put_pixels_clamped_mmx, add_pixels_clamped_mmx Fix "debug" build for libffmpeg CVS patchset: 541 CVS date: 2001/09/01 17:57:20
Diffstat (limited to 'src/libffmpeg/config.h')
-rw-r--r--src/libffmpeg/config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libffmpeg/config.h b/src/libffmpeg/config.h
index 52fb2dff8..a28db4926 100644
--- a/src/libffmpeg/config.h
+++ b/src/libffmpeg/config.h
@@ -3,9 +3,3 @@
*/
#include "../../config.h"
-
-#ifdef ARCH_X86
-/*
-#define HAVE_MMX
-*/
-#endif