diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2011-01-06 15:42:01 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-01-11 16:33:24 +0100 |
commit | d0f607c47ad5a90bede8f2db314d9f4355e97877 (patch) | |
tree | 5d15b8a28d854efc185d587874d17bed756aa2df /package/multimedia/vorbis-tools/Config.in | |
parent | 7f8164267594c5ce8bed685192729c0fb0fd5056 (diff) |
vorbis-tools: new package
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/multimedia/vorbis-tools/Config.in')
-rw-r--r-- | package/multimedia/vorbis-tools/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/multimedia/vorbis-tools/Config.in b/package/multimedia/vorbis-tools/Config.in new file mode 100644 index 000000000..6092e01ac --- /dev/null +++ b/package/multimedia/vorbis-tools/Config.in @@ -0,0 +1,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/ |