summaryrefslogtreecommitdiff
path: root/package/opus
diff options
context:
space:
mode:
authorMaxime Hadjinlian <maxime.hadjinlian@gmail.com>2014-10-18 20:20:13 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-10-19 11:42:36 +0200
commit05a710e0d521624233d95d311c6019b49dd0caa1 (patch)
tree4d49f1cabe2d1d0693544202ad0dbcd7043d83b1 /package/opus
parent4f5bba9854c07a6d564a5659bf7b66114383b715 (diff)
packages/*.mk: Remove duplicate options
These flags are already defined in pkg-autotools.mk. There is no need to have them twice. [Thomas: restore += instead of = in the opus package, as suggested by Yann E. Morin.] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/opus')
-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 04ffa579f4..8e6f8853b4 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_CONF_OPTS = --disable-doc
OPUS_AUTORECONF = YES
ifeq ($(BR2_PACKAGE_OPUS_FIXED_POINT),y)