mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
13 lines
299 B
Plaintext
13 lines
299 B
Plaintext
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/
|