summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/i386
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-04-11 16:57:40 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-04-11 16:57:40 +0100
commit926542d8abcb138208a175ca09ef12e6a9f468f4 (patch)
treefb67293754956116e369b97725d8dcb8aa2347d6 /src/libffmpeg/libavcodec/i386
parent33b45cfbe39f1bc84479f2a5ede235e5659162e9 (diff)
parent104d3fdf2af507145f7a936d5b2208c9a678638c (diff)
downloadxine-lib-926542d8abcb138208a175ca09ef12e6a9f468f4.tar.gz
xine-lib-926542d8abcb138208a175ca09ef12e6a9f468f4.tar.bz2
Merge from -build-fixes branch.
Diffstat (limited to 'src/libffmpeg/libavcodec/i386')
-rw-r--r--src/libffmpeg/libavcodec/i386/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libffmpeg/libavcodec/i386/Makefile.am b/src/libffmpeg/libavcodec/i386/Makefile.am
index e3285d9cd..b9d33c3a7 100644
--- a/src/libffmpeg/libavcodec/i386/Makefile.am
+++ b/src/libffmpeg/libavcodec/i386/Makefile.am
@@ -14,6 +14,9 @@ dsputil_mmx.o dsputil_mmx.lo: CFLAGS=$(shell echo @CFLAGS@ | sed -e 's/-funroll-
# Avoid errors on (at least) amd64 with -O0
fdct_mmx.o fdct_mmx.lo: CFLAGS=`echo @CFLAGS@ | sed -e 's/^/-Os /; s/-O0\?\s/-Os /g'`
+# Avoid errors with -O0
+mpegvideo_mmx.o mpegvideo_mmx.lo: CFLAGS=`echo @CFLAGS@ | sed -e 's/-O0\?\s/-Os /g'`
+
ASFLAGS =
noinst_LTLIBRARIES = libavcodec_mmx.la