diff options
author | Andre Pang <athp@users.sourceforge.net> | 2004-08-02 07:53:52 +0000 |
---|---|---|
committer | Andre Pang <athp@users.sourceforge.net> | 2004-08-02 07:53:52 +0000 |
commit | 8ff98101baa50b43ac9b79ee0e9e823a9d9ca807 (patch) | |
tree | 4621ecf8ad480cda830f90274f19accb8f6731aa | |
parent | f29e406fde6de48c216f494a0709185d7dade07f (diff) | |
download | xine-lib-8ff98101baa50b43ac9b79ee0e9e823a9d9ca807.tar.gz xine-lib-8ff98101baa50b43ac9b79ee0e9e823a9d9ca807.tar.bz2 |
Compile fix when using internal ffmpeg library
CVS patchset: 6867
CVS date: 2004/08/02 07:53:52
-rw-r--r-- | src/libffmpeg/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libffmpeg/Makefile.am b/src/libffmpeg/Makefile.am index 0599d5890..7db58e33e 100644 --- a/src/libffmpeg/Makefile.am +++ b/src/libffmpeg/Makefile.am @@ -31,6 +31,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_CFLAGS) xineplug_decode_ff_la_SOURCES = xine_decoder.c audio_decoder.c video_decoder.c xineplug_decode_ff_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ endif |