mirror of https://github.com/odrling/Aegisub
Add -D__UNIX__ to AM_CPPFLAGS.
Originally committed to SVN as r2626.
This commit is contained in:
parent
e66eed8126
commit
348d017ed0
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue