From 8802e0ba3d0f1a78e3b80370d842007b0f5f357a Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sat, 26 Sep 2009 22:58:56 +0000 Subject: [PATCH] Remove -I../src from ffms, it hasn't been needed for a very long time. Originally committed to SVN as r3577. --- aegisub/libffms/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/libffms/Makefile.am b/aegisub/libffms/Makefile.am index df7849b58..891424b8e 100644 --- a/aegisub/libffms/Makefile.am +++ b/aegisub/libffms/Makefile.am @@ -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 = \