diff options
| author | František Dvořák <valtri@users.sourceforge.net> | 2005-10-31 11:54:21 +0000 |
|---|---|---|
| committer | František Dvořák <valtri@users.sourceforge.net> | 2005-10-31 11:54:21 +0000 |
| commit | 9a952a7a8af701c47e2c60a1ed20c4ab03cc58ba (patch) | |
| tree | a64f09382f4b1681de7cdfce8a9e4929273fa34e /src/libffmpeg/libavcodec | |
| parent | b18f029e4efd82f0e4b32e02bfcf1556e99afd2b (diff) | |
| download | xine-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')
| -rw-r--r-- | src/libffmpeg/libavcodec/Makefile.am | 4 | ||||
| -rw-r--r-- | src/libffmpeg/libavcodec/i386/Makefile.am | 2 |
2 files changed, 3 insertions, 3 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 diff --git a/src/libffmpeg/libavcodec/i386/Makefile.am b/src/libffmpeg/libavcodec/i386/Makefile.am index 27ca44e29..41f614db7 100644 --- a/src/libffmpeg/libavcodec/i386/Makefile.am +++ b/src/libffmpeg/libavcodec/i386/Makefile.am @@ -2,7 +2,7 @@ include $(top_srcdir)/misc/Makefile.common # -fomit-frame-pointer is always needed. it might cause debug to not # work, but at least it compiles. -AM_CFLAGS = $(LIBFFMPEG_CFLAGS) -I../../libavutil -fomit-frame-pointer +AM_CFLAGS = $(LIBFFMPEG_CFLAGS) -I$(top_srcdir)/src/libffmpeg/libavutil -fomit-frame-pointer # CFLAGS is here to filter out -funroll-loops because it causes bad # behavior of libavcodec CFLAGS = `echo @CFLAGS@ | sed -e 's/-funroll-loops//g'` |
