summaryrefslogtreecommitdiff
path: root/src/libffmpeg/config.h
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-08-08 20:48:32 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-08-08 20:48:32 +0000
commite4a7511a146f618c9dced24a7218f75917c2e06b (patch)
tree7c0f3be88a4e1bed86fac6482d052668a018bcb4 /src/libffmpeg/config.h
parent4c0836e8f1504db9bbb329a1351050a8ff2cf469 (diff)
downloadxine-lib-e4a7511a146f618c9dced24a7218f75917c2e06b.tar.gz
xine-lib-e4a7511a146f618c9dced24a7218f75917c2e06b.tar.bz2
fixes for ffmpeg using xshm
CVS patchset: 401 CVS date: 2001/08/08 20:48:32
Diffstat (limited to 'src/libffmpeg/config.h')
-rw-r--r--src/libffmpeg/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libffmpeg/config.h b/src/libffmpeg/config.h
index 674150a19..52fb2dff8 100644
--- a/src/libffmpeg/config.h
+++ b/src/libffmpeg/config.h
@@ -5,5 +5,7 @@
#include "../../config.h"
#ifdef ARCH_X86
+/*
#define HAVE_MMX
+*/
#endif