From e5eb6678791c470f53f319967184adc9479d1d82 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sat, 16 May 2009 12:13:27 +0000 Subject: [PATCH] As required by r2940 supply -DFFMS_EXPORTS when building the library. Originally committed to SVN as r2941. --- aegisub/FFmpegSource2/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/FFmpegSource2/Makefile.am b/aegisub/FFmpegSource2/Makefile.am index f9cdfd92a..9b3a956a6 100644 --- a/aegisub/FFmpegSource2/Makefile.am +++ b/aegisub/FFmpegSource2/Makefile.am @@ -1,6 +1,6 @@ noinst_LIBRARIES = libffmpegsource2_aegisub.a -AM_CPPFLAGS = -I../src -D__UNIX__ -DHAVE_STRLCPY @LIBAVFORMAT_CFLAGS@ @LIBAVCODEC_CFLAGS@ @LIBSWSCALE_CFLAGS@ @LIBAVUTIL_CFLAGS@ @LIBPOSTPROC_CFLAGS@ +AM_CPPFLAGS = -I../src -D__UNIX__ -DFFMS_EXPORTS -DHAVE_STRLCPY @LIBAVFORMAT_CFLAGS@ @LIBAVCODEC_CFLAGS@ @LIBSWSCALE_CFLAGS@ @LIBAVUTIL_CFLAGS@ @LIBPOSTPROC_CFLAGS@ libffmpegsource2_aegisub_a_SOURCES = \