kumquat-buildroot/package/opus/opus.mk
Alexandre Belloni 8dfd59d114 Normalize separator size to 80
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-06-06 22:30:24 +02:00

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))