diff options
Diffstat (limited to 'package/opusfile/Config.in')
-rw-r--r-- | package/opusfile/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/opusfile/Config.in b/package/opusfile/Config.in new file mode 100644 index 0000000000..f9271c4f47 --- /dev/null +++ b/package/opusfile/Config.in @@ -0,0 +1,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 |