summaryrefslogtreecommitdiff
path: root/src/libffmpeg/Makefile.am
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@users.sourceforge.net>2005-10-31 11:54:21 +0000
committerFrantišek Dvořák <valtri@users.sourceforge.net>2005-10-31 11:54:21 +0000
commit9a952a7a8af701c47e2c60a1ed20c4ab03cc58ba (patch)
treea64f09382f4b1681de7cdfce8a9e4929273fa34e /src/libffmpeg/Makefile.am
parentb18f029e4efd82f0e4b32e02bfcf1556e99afd2b (diff)
downloadxine-lib-9a952a7a8af701c47e2c60a1ed20c4ab03cc58ba.tar.gz
xine-lib-9a952a7a8af701c47e2c60a1ed20c4ab03cc58ba.tar.bz2
Build for builddir != srcdir.
CVS patchset: 7790 CVS date: 2005/10/31 11:54:21
Diffstat (limited to 'src/libffmpeg/Makefile.am')
-rw-r--r--src/libffmpeg/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libffmpeg/Makefile.am b/src/libffmpeg/Makefile.am
index 819dd048f..63bd10b23 100644
--- a/src/libffmpeg/Makefile.am
+++ b/src/libffmpeg/Makefile.am
@@ -22,7 +22,7 @@ lib_LTLIBRARIES = xineplug_decode_ff.la xineplug_decode_dvaudio.la
if HAVE_DXR3
AM_CPPFLAGS = -I$(top_srcdir)/src/dxr3 $(X_CFLAGS) $(ff_cppflags) \
- $(ZLIB_CPPFLAGS) -Ilibavutil
+ $(ZLIB_CPPFLAGS) -I$(top_srcdir)/src/libffmpeg/libavutil
xineplug_decode_ff_la_SOURCES = xine_decoder.c audio_decoder.c video_decoder.c \
xine_encoder.c mpeg_parser.c
# The dxr3 uses ffmpegs MPEG encoder by dlopen()ing the ffmpeg plugin and
@@ -30,7 +30,7 @@ xineplug_decode_ff_la_SOURCES = xine_decoder.c audio_decoder.c video_decoder.c \
# symbols and cannot use @XINE_PLUGIN_MIN_SYMS@
xineplug_decode_ff_la_LDFLAGS = -avoid-version -module
else
-AM_CPPFLAGS = $(ff_cppflags) $(ZLIB_CPPFLAGS) -Ilibavutil
+AM_CPPFLAGS = $(ff_cppflags) $(ZLIB_CPPFLAGS) -I$(top_srcdir)/src/libffmpeg/libavutil
xineplug_decode_ff_la_SOURCES = xine_decoder.c audio_decoder.c video_decoder.c \
mpeg_parser.c
xineplug_decode_ff_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@