mirror of https://github.com/odrling/Aegisub
As required by r2940 supply -DFFMS_EXPORTS when building the library.
Originally committed to SVN as r2941.
This commit is contained in:
parent
80a209e95a
commit
e5eb667879
|
@ -1,6 +1,6 @@
|
||||||
noinst_LIBRARIES = libffmpegsource2_aegisub.a
|
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 = \
|
libffmpegsource2_aegisub_a_SOURCES = \
|
||||||
|
|
Loading…
Reference in New Issue