summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-03-19 13:40:06 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-03-19 13:40:06 +0000
commit2e1b0bb57b6ce5e2c19a3a8b735c13ae42ef048c (patch)
tree611fab155463ed8e12906a14b4d1965401b654ad /src
parent26be76b436fc52580ead5547b2ff840feaa09868 (diff)
downloadxine-lib-2e1b0bb57b6ce5e2c19a3a8b735c13ae42ef048c.tar.gz
xine-lib-2e1b0bb57b6ce5e2c19a3a8b735c13ae42ef048c.tar.bz2
Fix ffmpeg plugin build where source dir != build dir.
Diffstat (limited to 'src')
-rw-r--r--src/combined/ffmpeg/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combined/ffmpeg/Makefile.am b/src/combined/ffmpeg/Makefile.am
index 741acdf40..3c78fa9d3 100644
--- a/src/combined/ffmpeg/Makefile.am
+++ b/src/combined/ffmpeg/Makefile.am
@@ -6,7 +6,7 @@ if HAVE_FFMPEG
ff_cppflags = $(FFMPEG_CFLAGS) $(FFMPEG_POSTPROC_CFLAGS)
link_ffmpeg = $(FFMPEG_LIBS) $(FFMPEG_POSTPROC_LIBS)
else
-ff_cppflags = -I$(top_srcdir)/src/libffmpeg -I$(top_srcdir)/src/libffmpeg/libavcodec -I$(top_srcdir)/src/libffmpeg/libavutil
+ff_cppflags = -I$(top_builddir)/src/libffmpeg -I$(top_srcdir)/src/libffmpeg/libavcodec -I$(top_srcdir)/src/libffmpeg/libavutil
link_ffmpeg = \
$(top_builddir)/src/libffmpeg/libavcodec/libavcodec.la \
$(top_builddir)/src/libffmpeg/libavutil/libavutil.la \