From 91906eeb746d96a39560471e92431a0c6632c70a Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Fri, 8 Feb 2008 22:20:47 +0000 Subject: Avoid a build failure (affects gcc 4.0 on x86_32). --- src/post/deinterlace/plugins/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 = \ -- cgit v1.2.3