mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-01 14:02:12 +00:00
17 lines
368 B
Makefile
17 lines
368 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))
|