summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2016-06-13 23:33:48 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-06-13 23:33:48 +0200
commit2024d9a62024ba90b83306e568feb55d113f94b5 (patch)
treee1486c6369aa8bb8d61864b73eda939be3865e8d
parent391bb2a5809845877f4ac4643480983efcc0a6c4 (diff)
downloadbuildroot-2024d9a62024ba90b83306e568feb55d113f94b5.tar.gz
buildroot-2024d9a62024ba90b83306e568feb55d113f94b5.zip
opus: drop unneeded autoreconf
This was forgotten when the patch to configure.ac was removed in 218938e470 (opus: bump version to 1.1.1). Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/opus/opus.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/opus/opus.mk b/package/opus/opus.mk
index eb082e38b1..f746a2f828 100644
--- a/package/opus/opus.mk
+++ b/package/opus/opus.mk
@@ -9,7 +9,6 @@ OPUS_SITE = http://downloads.xiph.org/releases/opus
OPUS_LICENSE = BSD-3c
OPUS_LICENSE_FILES = COPYING
OPUS_INSTALL_STAGING = YES
-OPUS_AUTORECONF = YES
ifeq ($(BR2_PACKAGE_OPUS_FIXED_POINT),y)
OPUS_CONF_OPTS += --enable-fixed-point
OpenPOWER on IntegriCloud