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>
This commit is contained in:
Peter Korsgaard 2016-06-13 23:33:48 +02:00
parent 391bb2a580
commit 2024d9a620

View File

@ -9,7 +9,6 @@ OPUS_SITE = http://downloads.xiph.org/releases/opus
OPUS_LICENSE = BSD-3c OPUS_LICENSE = BSD-3c
OPUS_LICENSE_FILES = COPYING OPUS_LICENSE_FILES = COPYING
OPUS_INSTALL_STAGING = YES OPUS_INSTALL_STAGING = YES
OPUS_AUTORECONF = YES
ifeq ($(BR2_PACKAGE_OPUS_FIXED_POINT),y) ifeq ($(BR2_PACKAGE_OPUS_FIXED_POINT),y)
OPUS_CONF_OPTS += --enable-fixed-point OPUS_CONF_OPTS += --enable-fixed-point