mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
Emit a warning if libFLAC is not found.
This commit is contained in:
parent
e9ff16769d
commit
72c624fffd
@ -280,6 +280,10 @@ dnl
|
||||
"$FLAC_LIBS")
|
||||
if test "$flac_found" = "yes"; then
|
||||
AC_CHECK_HEADERS(FLAC/format.h, , flac_found=no)
|
||||
else
|
||||
echo '*** WARNING:'
|
||||
echo '*** libflac was not found. mkvmerge will be built'
|
||||
echo '*** without support for FLAC tracks.'
|
||||
fi
|
||||
|
||||
AC_SUBST(FLAC_LIBS)
|
||||
|
Loading…
Reference in New Issue
Block a user