diff options
Diffstat (limited to 'package/opus/opus.mk')
-rw-r--r-- | package/opus/opus.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/opus/opus.mk b/package/opus/opus.mk index 007cf16d89..1fc1048454 100644 --- a/package/opus/opus.mk +++ b/package/opus/opus.mk @@ -12,7 +12,7 @@ OPUS_INSTALL_STAGING = YES OPUS_CONF_OPT = --disable-doc OPUS_AUTORECONF = YES -ifeq ($(BR2_SOFT_FLOAT),y) +ifeq ($(BR2_PACKAGE_OPUS_FIXED_POINT),y) OPUS_CONF_OPT += --enable-fixed-point endif |