From 2024d9a62024ba90b83306e568feb55d113f94b5 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 13 Jun 2016 23:33:48 +0200 Subject: [PATCH] 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 --- package/opus/opus.mk | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2