diff options
author | Matthias Ringwald <mringwal@inf.ethz.ch> | 2008-03-06 21:56:01 +0000 |
---|---|---|
committer | Matthias Ringwald <mringwal@inf.ethz.ch> | 2008-03-06 21:56:01 +0000 |
commit | ae651aa3b87d83e4b1e7f24590241b4459a8d4b4 (patch) | |
tree | e4e106fa0fa6d1668dcae060c3d0a99a1480cecb | |
parent | 6609e9267187111e7ba78dad0b9049cafdaebc6d (diff) | |
download | xine-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.am | 2 |
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 |