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/Makefile.am | |
| 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/Makefile.am')
| -rw-r--r-- | src/libffmpeg/Makefile.am | 4 |
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@ |
