From 6443fa34fe174b01885a4cfff1fb556eaab89c6d Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Tue, 6 Jan 2009 13:36:08 +0000 Subject: [PATCH] Add FFMPEG_CFLAGS / FFMPEG_LDFLAGS. Originally committed to SVN as r2662. --- FFmpegSource2/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FFmpegSource2/Makefile.am b/FFmpegSource2/Makefile.am index d960ec0df..30b23dfde 100644 --- a/FFmpegSource2/Makefile.am +++ b/FFmpegSource2/Makefile.am @@ -1,6 +1,8 @@ noinst_LIBRARIES = libffmpegsource2_aegisub.a -AM_CPPFLAGS = -I../aegisub -D__UNIX__ -DHAVE_STRLCPY +AM_CPPFLAGS = -I../aegisub -D__UNIX__ -DHAVE_STRLCPY @FFMPEG_CFLAGS@ +libffmpegsource2_aegisub_a_LDFLAGS= @FFMPEG_LDFLAGS@ + libffmpegsource2_aegisub_a_SOURCES = \ ffaudiosource.cpp \