summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rankin <rankincj@yahoo.com>2008-07-02 19:30:39 +0100
committerChris Rankin <rankincj@yahoo.com>2008-07-02 19:30:39 +0100
commit2b0e330c2642081066316ca5ec9965912cd248de (patch)
tree0d27b915f31892901e7389c29e53fdb001c9fdc7
parent4bec128b08b0b1fb42d482ac6fb802ab98aa556d (diff)
downloadxine-lib-2b0e330c2642081066316ca5ec9965912cd248de.tar.gz
xine-lib-2b0e330c2642081066316ca5ec9965912cd248de.tar.bz2
Build fix for external ffmpeg
-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 36405bfc2..c49243252 100644
--- a/src/post/planar/Makefile.am
+++ b/src/post/planar/Makefile.am
@@ -4,7 +4,7 @@ POSTPROC_INT_LIB = $(top_builddir)/src/libffmpeg/libavcodec/libpostproc/libpostp
if HAVE_FFMPEG
postproc_lib = $(FFMPEG_POSTPROC_LIBS)
-ff_cflags = $(FFMPEG_POSTPROC_CFLAGS)
+ff_cflags = $(FFMPEG_CFLAGS) $(FFMPEG_POSTPROC_CFLAGS)
else
ff_cflags = -I$(top_srcdir)/src/libffmpeg/libavcodec
postproc_lib = $(POSTPROC_INT_LIB)