mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fix the build of lfloat plugin
Fixed the wrong check of softfloat in configure, which resulted in disablement of lfloat plugin.
This commit is contained in:
parent
c2d770627f
commit
f49e5859fd
1 changed files with 1 additions and 1 deletions
|
|
@ -414,7 +414,7 @@ if test "$HAVE_LIBPTHREAD" != "yes"; then
|
|||
build_pcm_share="no"
|
||||
fi
|
||||
|
||||
if test "$softfloat" != "yes"; then
|
||||
if test "$softfloat" = "yes"; then
|
||||
build_pcm_lfloat="no"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue