1config BR2_PACKAGE_OPUS_TOOLS 2 bool "opus-tools" 3 select BR2_PACKAGE_LIBOGG 4 select BR2_PACKAGE_LIBOPUSENC 5 select BR2_PACKAGE_OPUS 6 select BR2_PACKAGE_OPUSFILE 7 help 8 Opus codec command line tools. This package provides the 9 reference implementations of encoder and decoder utilities 10 for libopus. 11 12 http://opus-codec.org 13