summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/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/libavcodec/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/libavcodec/Makefile.am')
-rw-r--r--src/libffmpeg/libavcodec/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libffmpeg/libavcodec/Makefile.am b/src/libffmpeg/libavcodec/Makefile.am
index 7891ecc3b..650e8413d 100644
--- a/src/libffmpeg/libavcodec/Makefile.am
+++ b/src/libffmpeg/libavcodec/Makefile.am
@@ -9,8 +9,8 @@ EXTRA_DIST = motion_est_template.c imgresample.c \
# we need to compile everything in debug mode, including the encoders,
# otherwise we get unresolved symbols, because some unsatisfied function calls
# are not optimized away with debug optimization
-AM_CFLAGS = $(LIBFFMPEG_CFLAGS) `test "$(CFLAGS)" = "$(DEBUG_CFLAGS)" && echo -DCONFIG_ENCODERS` -I../libavutil
-AM_CPPFLAGS = $(ZLIB_CPPFLAGS) -I../libavutil
+AM_CFLAGS = $(LIBFFMPEG_CFLAGS) `test "$(CFLAGS)" = "$(DEBUG_CFLAGS)" && echo -DCONFIG_ENCODERS`
+AM_CPPFLAGS = $(ZLIB_CPPFLAGS) -I$(top_srcdir)/src/libffmpeg/libavutil
ASFLAGS =
noinst_LTLIBRARIES = libavcodec.la