summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-02-08 22:20:47 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-02-08 22:20:47 +0000
commit91906eeb746d96a39560471e92431a0c6632c70a (patch)
treef1cd8f673737ba89aa2c5bb2f32f0e34901fb93b
parent1675d0eec5d8c10b82a7b1e6a882e8950b7abd75 (diff)
downloadxine-lib-91906eeb746d96a39560471e92431a0c6632c70a.tar.gz
xine-lib-91906eeb746d96a39560471e92431a0c6632c70a.tar.bz2
Avoid a build failure (affects gcc 4.0 on x86_32).
-rw-r--r--src/post/deinterlace/plugins/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/post/deinterlace/plugins/Makefile.am b/src/post/deinterlace/plugins/Makefile.am
index 17d170127..2bc8abd58 100644
--- a/src/post/deinterlace/plugins/Makefile.am
+++ b/src/post/deinterlace/plugins/Makefile.am
@@ -32,6 +32,9 @@ EXTRA_DIST = greedy2frame_template.c greedyh.asm \
AM_CFLAGS = -I$(top_srcdir)/src/post/deinterlace \
-I$(top_srcdir)/src/libffmpeg/libavcodec/libpostproc
+# Avoid "can't find register" failures with -O0, -O2, -O3 (gcc 4.0)
+libdeinterlaceplugins_la-kdetv_greedyh.o libdeinterlaceplugins_la-kdetv_greedyh.lo: CFLAGS=$(shell echo @CFLAGS@ | sed -e 's/$$/ -O1/')
+
noinst_LTLIBRARIES = libdeinterlaceplugins.la
libdeinterlaceplugins_la_SOURCES = \