From 9a952a7a8af701c47e2c60a1ed20c4ab03cc58ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 31 Oct 2005 11:54:21 +0000 Subject: Build for builddir != srcdir. CVS patchset: 7790 CVS date: 2005/10/31 11:54:21 --- src/libffmpeg/libavcodec/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libffmpeg/libavcodec/Makefile.am') 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 -- cgit v1.2.3