diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-04-10 21:39:54 +0100 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-04-10 21:39:54 +0100 |
| commit | 104d3fdf2af507145f7a936d5b2208c9a678638c (patch) | |
| tree | a4c37f9815ae147830b4ebc186657971f7230541 /src/libffmpeg/libavcodec/i386 | |
| parent | 2cf4445f446410a072d90a2aca84d3b61bb9d5cf (diff) | |
| parent | cef40051eaa2199b20973217604f33a9eec75eda (diff) | |
| download | xine-lib-104d3fdf2af507145f7a936d5b2208c9a678638c.tar.gz xine-lib-104d3fdf2af507145f7a936d5b2208c9a678638c.tar.bz2 | |
Merge Reinhard Nissl's changes.
Diffstat (limited to 'src/libffmpeg/libavcodec/i386')
| -rw-r--r-- | src/libffmpeg/libavcodec/i386/Makefile.am | 3 |
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 |
