xref: /OK3568_Linux_fs/buildroot/package/opus-tools/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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