forked from mia/Aegisub
avutil is required on unix/dawrin, not just darwin.
Originally committed to SVN as r2710.
This commit is contained in:
parent
9b57c7807f
commit
594d44f594
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ aegisub_2_1_LDFLAGS = @GL_LIBS@ @PTHREAD_LIBS@ @WX_LIBS@ @ICONV_LDFLAGS@ $(libos
|
|||
LIBS += @FREETYPE_LIBS@ @FONTCONFIG_LIBS@
|
||||
|
||||
if BUILD_DARWIN
|
||||
aegisub_2_1_LDFLAGS += @AVUTIL_LDFLAGS@ -L/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries
|
||||
aegisub_2_1_LDFLAGS += -L/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries
|
||||
endif
|
||||
|
||||
if HAVE_ALSA
|
||||
|
|
Loading…
Reference in a new issue