8dfd59d114
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
17 lines
406 B
Makefile
17 lines
406 B
Makefile
################################################################################
|
|
#
|
|
# opus
|
|
#
|
|
################################################################################
|
|
|
|
OPUS_VERSION = 1.0.2
|
|
OPUS_SITE = http://downloads.xiph.org/releases/opus
|
|
OPUS_INSTALL_STAGING = YES
|
|
OPUS_CONF_OPT = --disable-doc
|
|
|
|
ifeq ($(BR2_SOFT_FLOAT),y)
|
|
OPUS_CONF_OPT += --enable-fixed-point
|
|
endif
|
|
|
|
$(eval $(autotools-package))
|