05a710e0d5
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>
19 lines
462 B
Makefile
19 lines
462 B
Makefile
################################################################################
|
|
#
|
|
# opus
|
|
#
|
|
################################################################################
|
|
|
|
OPUS_VERSION = 1.1
|
|
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
|
|
endif
|
|
|
|
$(eval $(autotools-package))
|