diff options
Diffstat (limited to 'package/opus-tools/Config.in')
-rw-r--r-- | package/opus-tools/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/opus-tools/Config.in b/package/opus-tools/Config.in new file mode 100644 index 000000000..2552d1951 --- /dev/null +++ b/package/opus-tools/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_OPUS_TOOLS + bool "opus-tools" + select BR2_PACKAGE_OPUS + select BR2_PACKAGE_LIBOGG + help + Opus codec command line tools. This package provides the + reference implementations of encoder and decoder utilities + for libopus. + + http://opus-codec.org |