Fixed libFLAC inclusion.

This commit is contained in:
Moritz Bunkus 2003-11-09 18:45:42 +00:00
parent 5974004a3e
commit a88c9d00e4
2 changed files with 2 additions and 2 deletions

View File

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

View File

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