Move all to deprecated folder.
This commit is contained in:
9
deprecated/firmware/buildroot/package/opusfile/Config.in
Normal file
9
deprecated/firmware/buildroot/package/opusfile/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_OPUSFILE
|
||||
bool "opusfile"
|
||||
select BR2_PACKAGE_LIBOGG
|
||||
select BR2_PACKAGE_OPUS
|
||||
help
|
||||
A convenient high-level API for decoding and basic manipulation
|
||||
of all Ogg Opus audio streams.
|
||||
|
||||
http://opus-codec.org
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://downloads.xiph.org/releases/opus/SHA256SUMS.txt
|
||||
sha256 9e2bed13bc729058591a0f1cab2505e8cfd8e7ac460bf10a78bcc3b125e7c301 opusfile-0.7.tar.gz
|
||||
25
deprecated/firmware/buildroot/package/opusfile/opusfile.mk
Normal file
25
deprecated/firmware/buildroot/package/opusfile/opusfile.mk
Normal file
@@ -0,0 +1,25 @@
|
||||
################################################################################
|
||||
#
|
||||
# opusfile
|
||||
#
|
||||
################################################################################
|
||||
|
||||
OPUSFILE_VERSION = 0.7
|
||||
OPUSFILE_SITE = http://downloads.xiph.org/releases/opus
|
||||
OPUSFILE_DEPENDENCIES = host-pkgconf libogg opus
|
||||
OPUSFILE_LICENSE = BSD-3c
|
||||
OPUSFILE_LICENSE_FILES = COPYING
|
||||
OPUSFILE_INSTALL_STAGING = YES
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
OPUSFILE_DEPENDENCIES += openssl
|
||||
else
|
||||
OPUSFILE_CONF_OPTS += --disable-http
|
||||
endif
|
||||
|
||||
# Use the same as opus package since it's a dep and we can't mix
|
||||
ifeq ($(BR2_PACKAGE_OPUS_FIXED_POINT),y)
|
||||
OPUSFILE_CONF_OPTS += --enable-fixed-point
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user