mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Fixed libFLAC inclusion.
This commit is contained in:
parent
5974004a3e
commit
a88c9d00e4
@ -274,7 +274,7 @@ dnl
|
||||
dnl Check for libFLAC
|
||||
dnl
|
||||
AC_CHECK_LIB(FLAC, FLAC__stream_decoder_new,
|
||||
[ FLAC_LIBS="-lflac -m"
|
||||
[ FLAC_LIBS="-lFLAC -lm"
|
||||
flac_found=yes ],
|
||||
[ flac_found=no ],
|
||||
"$FLAC_LIBS")
|
||||
|
@ -36,7 +36,7 @@ mkvmerge_SOURCES = mkvmerge.cpp \
|
||||
mkvmerge_LDADD = -lmtxinput -lmtxoutput -lmtxcommon \
|
||||
@AVILIB_LIBS@ @AVICLASSES_LIBS@ \
|
||||
@MATROSKA_LIBS@ @EBML_LIBS@ \
|
||||
@VORBIS_LIBS@ @OGG_LIBS@ \
|
||||
@VORBIS_LIBS@ @FLAC_LIBS@ @OGG_LIBS@ \
|
||||
@ICONV_LIBS@ @MINGW_LIBS@ @EXPAT_LIBS@ \
|
||||
@ZLIB_LIBS@ @LZO_LIBS@ @BZ2_LIBS@ \
|
||||
@PROFILING_LIBS@
|
||||
|
Loading…
Reference in New Issue
Block a user