diff options
Diffstat (limited to 'package/opus')
-rw-r--r-- | package/opus/opus.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/opus/opus.mk b/package/opus/opus.mk index 1fc1048454..04ffa579f4 100644 --- a/package/opus/opus.mk +++ b/package/opus/opus.mk @@ -9,11 +9,11 @@ OPUS_SITE = http://downloads.xiph.org/releases/opus OPUS_LICENSE = BSD-3c OPUS_LICENSE_FILES = COPYING OPUS_INSTALL_STAGING = YES -OPUS_CONF_OPT = --disable-doc +OPUS_CONF_OPTS = --disable-doc OPUS_AUTORECONF = YES ifeq ($(BR2_PACKAGE_OPUS_FIXED_POINT),y) -OPUS_CONF_OPT += --enable-fixed-point +OPUS_CONF_OPTS += --enable-fixed-point endif $(eval $(autotools-package)) |