avutil is required on unix/dawrin, not just darwin.

Originally committed to SVN as r2710.
This commit is contained in:
Amar Takhar 2009-01-28 23:34:17 +00:00
parent 9b57c7807f
commit 594d44f594
1 changed files with 1 additions and 1 deletions

View File

@ -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