Move all to deprecated folder.
This commit is contained in:
10
deprecated/firmware/buildroot/package/opus-tools/Config.in
Normal file
10
deprecated/firmware/buildroot/package/opus-tools/Config.in
Normal file
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_OPUS_TOOLS
|
||||
bool "opus-tools"
|
||||
select BR2_PACKAGE_OPUS
|
||||
select BR2_PACKAGE_LIBOGG
|
||||
help
|
||||
Opus codec command line tools. This package provides the
|
||||
reference implementations of encoder and decoder utilities
|
||||
for libopus.
|
||||
|
||||
http://opus-codec.org
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://downloads.xiph.org/releases/opus/SHA256SUMS.txt
|
||||
sha256 b1873dd78c7fbc98cf65d6e10cfddb5c2c03b3af93f922139a2104baedb4643a opus-tools-0.1.9.tar.gz
|
||||
@@ -0,0 +1,30 @@
|
||||
################################################################################
|
||||
#
|
||||
# opus-tools
|
||||
#
|
||||
################################################################################
|
||||
|
||||
OPUS_TOOLS_VERSION = 0.1.9
|
||||
OPUS_TOOLS_SITE = http://downloads.xiph.org/releases/opus
|
||||
OPUS_TOOLS_LICENSE = BSD-2c
|
||||
OPUS_TOOLS_LICENSE_FILES = COPYING
|
||||
OPUS_TOOLS_CONF_OPTS = --disable-oggtest --disable-opustest
|
||||
OPUS_TOOLS_DEPENDENCIES = opus libogg host-pkgconf
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBPCAP),y)
|
||||
OPUS_TOOLS_DEPENDENCIES += libpcap
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_X86_CPU_HAS_SSE),y)
|
||||
OPUS_TOOLS_CONF_OPTS += --enable-sse
|
||||
else
|
||||
OPUS_TOOLS_CONF_OPTS += --disable-sse
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_FLAC),y)
|
||||
OPUS_TOOLS_DEPENDENCIES += flac
|
||||
else
|
||||
OPUS_TOOLS_CONF_OPTS += --without-flac
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user