b579027ef3
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
334 B
Plaintext
14 lines
334 B
Plaintext
comment "opusfile needs a toolchain w/ largefile"
|
|
depends on !BR2_LARGEFILE
|
|
|
|
config BR2_PACKAGE_OPUSFILE
|
|
bool "opusfile"
|
|
depends on BR2_LARGEFILE
|
|
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
|