1config BR2_PACKAGE_OPUSFILE 2 bool "opusfile" 3 select BR2_PACKAGE_LIBOGG 4 select BR2_PACKAGE_OPUS 5 help 6 A convenient high-level API for decoding and basic 7 manipulation of all Ogg Opus audio streams. 8 9 http://opus-codec.org 10