mirror of https://github.com/odrling/Aegisub
Remove -I../src from ffms, it hasn't been needed for a very long time.
Originally committed to SVN as r3577.
This commit is contained in:
parent
9d80eb066f
commit
8802e0ba3d
|
@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = subdir-objects
|
|||
|
||||
noinst_LIBRARIES = libffmpegsource_aegisub.a
|
||||
|
||||
AM_CPPFLAGS = -I../src -Icore -Iinclude -D__UNIX__ -DFFMS_EXPORTS -DHAVE_STRLCPY @LIBAVFORMAT_CFLAGS@ @LIBAVCODEC_CFLAGS@ @LIBSWSCALE_CFLAGS@ @LIBAVUTIL_CFLAGS@ @LIBPOSTPROC_CFLAGS@
|
||||
AM_CPPFLAGS = -Icore -Iinclude -D__UNIX__ -DFFMS_EXPORTS -DHAVE_STRLCPY @LIBAVFORMAT_CFLAGS@ @LIBAVCODEC_CFLAGS@ @LIBSWSCALE_CFLAGS@ @LIBAVUTIL_CFLAGS@ @LIBPOSTPROC_CFLAGS@
|
||||
|
||||
|
||||
libffmpegsource_aegisub_a_SOURCES = \
|
||||
|
|
Loading…
Reference in New Issue