summaryrefslogtreecommitdiff
path: root/src/post/planar
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-07-03 16:56:44 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-07-03 16:56:44 +0100
commitb70e34352e304cf03da32b688d84eec3c3ffacec (patch)
tree711ec8d7abc0dd6075d09085634e5a5432e40ee3 /src/post/planar
parent08ad733e0103834bc61831ddce5a75c3f62e0173 (diff)
parent2b0e330c2642081066316ca5ec9965912cd248de (diff)
downloadxine-lib-b70e34352e304cf03da32b688d84eec3c3ffacec.tar.gz
xine-lib-b70e34352e304cf03da32b688d84eec3c3ffacec.tar.bz2
Merge from 1.1.
Diffstat (limited to 'src/post/planar')
-rw-r--r--src/post/planar/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/planar/Makefile.am b/src/post/planar/Makefile.am
index c9a36a001..99f8b14bd 100644
--- a/src/post/planar/Makefile.am
+++ b/src/post/planar/Makefile.am
@@ -14,5 +14,5 @@ xineplug_post_planar_la_SOURCES = planar.c invert.c expand.c fill.c boxblur.c \
denoise3d.c unsharp.c pp.c
xineplug_post_planar_la_LIBADD = $(XINE_LIB) $(FFMPEG_POSTPROC_LIBS) -lm $(PTHREAD_LIBS) $(LTLIBINTL) $(noinst_LTLIBRARIES)
xineplug_post_planar_la_DEPS = $(FFMPEG_POSTPROC_DEPS)
-xineplug_post_planar_la_CFLAGS = $(DEFAULT_OCFLAGS) $(AM_CFLAGS) $(FFMPEG_POSTPROC_CFLAGS)
+xineplug_post_planar_la_CFLAGS = $(DEFAULT_OCFLAGS) $(AM_CFLAGS) $(FFMPEG_CFLAGS) $(FFMPEG_POSTPROC_CFLAGS)
xineplug_post_planar_la_LDFLAGS = $(AM_LDFLAGS) $(xineplug_ldflags) $(IMPURE_TEXT_LDFLAGS)