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