adf6511013
Unless it was a group of sub-packages, packages was never regrouped by category. multimedia/ was an exception to this rule. This patch move packages/multimedia/ sub-directories to packages/. It keeps two subdirectories for gstream 0.10 and gstreamer 1.X. Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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/
|