From 348d017ed02188dcf34166bd651681ebf07fdfea Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sun, 4 Jan 2009 07:04:32 +0000 Subject: [PATCH] Add -D__UNIX__ to AM_CPPFLAGS. Originally committed to SVN as r2626. --- FFmpegSource2/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FFmpegSource2/Makefile.am b/FFmpegSource2/Makefile.am index 89eafbde7..8a52a846c 100644 --- a/FFmpegSource2/Makefile.am +++ b/FFmpegSource2/Makefile.am @@ -1,6 +1,6 @@ noinst_LIBRARIES = libffmpegsource2_aegisub.a -AM_CPPFLAGS = -I../aegisub @WX_CPPFLAGS@ +AM_CPPFLAGS = -I../aegisub -D__UNIX__ @WX_CPPFLAGS@ libffmpegsource2_aegisub_a_SOURCES = \ ffaudiosource.cpp \