1
2
3
4
5
6
7
8
9
10
11
12
| config BR2_PACKAGE_VORBIS_TOOLS
| bool "vorbis-tools"
| select BR2_PACKAGE_LIBAO
| select BR2_PACKAGE_LIBOGG
| select BR2_PACKAGE_LIBVORBIS
| select BR2_PACKAGE_LIBCURL
| help
| Standalone player, encoder and decoder for Ogg format files.
|
| Works also as a streaming player.
|
| http://www.vorbis.com/
|
|