From 8ff98101baa50b43ac9b79ee0e9e823a9d9ca807 Mon Sep 17 00:00:00 2001 From: Andre Pang Date: Mon, 2 Aug 2004 07:53:52 +0000 Subject: Compile fix when using internal ffmpeg library CVS patchset: 6867 CVS date: 2004/08/02 07:53:52 --- src/libffmpeg/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3