mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-21 07:23:19 -04:00
show warning on missing libsamplerate or its headers
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@501 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
15
configure.in
15
configure.in
@@ -765,6 +765,21 @@ else
|
||||
fi
|
||||
|
||||
|
||||
if test -z "$HAVE_SAMPLERATE_H" ; then
|
||||
echo " ========================"
|
||||
echo " === LMMS - WARNING ======================================================="
|
||||
echo " ========================"
|
||||
echo " ="
|
||||
echo " = You don't seem to have libsamplerate installed and/or libsamplerate-"
|
||||
echo " = development-package is missing. If you ignore this warning the"
|
||||
echo " = according source-code of libsamplerate will be directly compiled into"
|
||||
echo " = LMMS which is no problem at all. If you're building official LMMS-packages"
|
||||
echo " = for a distribution DO NOT IGNORE THIS WARNING."
|
||||
echo " ="
|
||||
fi
|
||||
|
||||
|
||||
|
||||
|
||||
if test "$build_linux" = "true" ; then
|
||||
PLUGINS_TO_BUILD="$PLUGINS_TO_BUILD\n\t\* LADSPA-plugins"
|
||||
|
||||
Reference in New Issue
Block a user