diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-11-15 21:33:07 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-11-15 21:33:07 +0000 |
commit | e7df5afeb9634a0d95499049efb5c4887069290d (patch) | |
tree | 307e4abcfc17552130058735e2d9dbd8e1f64784 /package/audio/mpg123/Config.in | |
parent | 4190cc1c4166160a2802efb1c090dd42ff2e7d6e (diff) |
package/audio: rename audio category to multimedia
Prepare for the merge of audio and video packages. Many packages cannot
properly be assigned to either audio or video, because they have support
for both (libogg, mplayer, vlc).
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Diffstat (limited to 'package/audio/mpg123/Config.in')
-rw-r--r-- | package/audio/mpg123/Config.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/audio/mpg123/Config.in b/package/audio/mpg123/Config.in deleted file mode 100644 index 69ae4c62a..000000000 --- a/package/audio/mpg123/Config.in +++ /dev/null @@ -1,12 +0,0 @@ -config BR2_PACKAGE_MPG123 - bool "mpg123" - help - Fast, free and portable MPEG audio player for Unix. It supports - MPEG 1.0/2.0 layers 1, 2 and 3. - - http://www.mpg123.de/ - -config BR2_PACKAGE_MPG123_ALSA - bool - default y - depends on BR2_PACKAGE_ALSA_LIB |