Remove @BOOST_CPPFLAGS@ as the boost detection is now disabled.
Originally committed to SVN as r3664.
This commit is contained in:
parent
2623b8380f
commit
3873c4fc4e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = subdir-objects
|
||||||
|
|
||||||
noinst_LIBRARIES = libffmpegsource_aegisub.a
|
noinst_LIBRARIES = libffmpegsource_aegisub.a
|
||||||
|
|
||||||
AM_CPPFLAGS = -Icore -Iinclude -D__UNIX__ -DFFMS_EXPORTS -DHAVE_STRLCPY @LIBAVFORMAT_CFLAGS@ @LIBAVCODEC_CFLAGS@ @LIBSWSCALE_CFLAGS@ @LIBAVUTIL_CFLAGS@ @LIBPOSTPROC_CFLAGS@ @BOOST_CPPFLAGS@
|
AM_CPPFLAGS = -Icore -Iinclude -D__UNIX__ -DFFMS_EXPORTS -DHAVE_STRLCPY @LIBAVFORMAT_CFLAGS@ @LIBAVCODEC_CFLAGS@ @LIBSWSCALE_CFLAGS@ @LIBAVUTIL_CFLAGS@ @LIBPOSTPROC_CFLAGS@
|
||||||
|
|
||||||
|
|
||||||
libffmpegsource_aegisub_a_SOURCES = \
|
libffmpegsource_aegisub_a_SOURCES = \
|
||||||
|
|
Loading…
Reference in a new issue