summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Ringwald <mringwal@inf.ethz.ch>2008-03-06 21:56:01 +0000
committerMatthias Ringwald <mringwal@inf.ethz.ch>2008-03-06 21:56:01 +0000
commitae651aa3b87d83e4b1e7f24590241b4459a8d4b4 (patch)
treee4e106fa0fa6d1668dcae060c3d0a99a1480cecb
parent6609e9267187111e7ba78dad0b9049cafdaebc6d (diff)
downloadxine-lib-ae651aa3b87d83e4b1e7f24590241b4459a8d4b4.tar.gz
xine-lib-ae651aa3b87d83e4b1e7f24590241b4459a8d4b4.tar.bz2
Fix include path to internal ffmpeg for 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 cb1ee68f9..8caffc6b9 100644
--- a/src/post/planar/Makefile.am
+++ b/src/post/planar/Makefile.am
@@ -8,7 +8,7 @@ if WITH_EXTERNAL_FFMPEG
postproc_lib = $(FFMPEG_POSTPROC_LIBS)
ff_cflags = $(FFMPEG_POSTPROC_CFLAGS)
else
-AM_CPPFLAGS += -I$(top_srcdir)/contrib/ffmpeg/libpostproc
+AM_CPPFLAGS += -I$(top_srcdir)/contrib/ffmpeg/
postproc_lib = $(top_builddir)/contrib/ffmpeg/libpostproc/libpostproc.a \
$(top_builddir)/contrib/ffmpeg/libavutil/libavutil.a