diff options
| author | František Dvořák <valtri@users.sourceforge.net> | 2007-01-25 18:44:55 +0000 |
|---|---|---|
| committer | František Dvořák <valtri@users.sourceforge.net> | 2007-01-25 18:44:55 +0000 |
| commit | 03efcdd7e7e3c10cc76a42f9caabd837d8e15fb8 (patch) | |
| tree | 488e0a73c5f1ebdfd30b97e0c7316a9cdb41f3e4 /src/libffmpeg/libavcodec/Makefile.am | |
| parent | fc897e74d6d2a6ba8abd62af85dc9d00fb0b607f (diff) | |
| download | xine-lib-03efcdd7e7e3c10cc76a42f9caabd837d8e15fb8.tar.gz xine-lib-03efcdd7e7e3c10cc76a42f9caabd837d8e15fb8.tar.bz2 | |
Fixed build for srcdir != builddir.
CVS patchset: 8562
CVS date: 2007/01/25 18:44:55
Diffstat (limited to 'src/libffmpeg/libavcodec/Makefile.am')
| -rw-r--r-- | src/libffmpeg/libavcodec/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libffmpeg/libavcodec/Makefile.am b/src/libffmpeg/libavcodec/Makefile.am index cae72eeff..a5e6cd650 100644 --- a/src/libffmpeg/libavcodec/Makefile.am +++ b/src/libffmpeg/libavcodec/Makefile.am @@ -12,7 +12,8 @@ EXTRA_DIST = motion_est_template.c \ #AM_CFLAGS = `test "$(CFLAGS)" = "$(DEBUG_CFLAGS)" && echo -DCONFIG_ENCODERS` -fno-strict-aliasing AM_CFLAGS = `test "$(CFLAGS)" = "$(DEBUG_CFLAGS)"` -fno-strict-aliasing AM_CPPFLAGS = $(ZLIB_CPPFLAGS) $(LIBFFMPEG_CPPFLAGS) \ - -I$(top_srcdir)/src/libffmpeg/libavutil -I$(top_srcdir)/src/libffmpeg + -I$(top_srcdir)/src/libffmpeg/libavutil -I$(top_srcdir)/src/libffmpeg \ + -I$(top_builddir)/src/libffmpeg ASFLAGS = noinst_LTLIBRARIES = libavcodec.la |
