mirror of
https://gitee.com/openharmony/third_party_alsa-lib
synced 2024-11-30 11:10:49 +00: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
@ -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…
Reference in New Issue
Block a user