blob: f9271c4f471fa97d479ccc56cc6edf3cba200413 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|