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/asterisk/Config.in | |
parent | 4190cc1c4166160a2802efb1c090dd42ff2e7d6e (diff) | |
download | buildroot-novena-e7df5afeb9634a0d95499049efb5c4887069290d.tar.gz buildroot-novena-e7df5afeb9634a0d95499049efb5c4887069290d.zip |
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/asterisk/Config.in')
-rw-r--r-- | package/audio/asterisk/Config.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/audio/asterisk/Config.in b/package/audio/asterisk/Config.in deleted file mode 100644 index e20eb5ac2..000000000 --- a/package/audio/asterisk/Config.in +++ /dev/null @@ -1,12 +0,0 @@ -config BR2_PACKAGE_ASTERISK - bool "asterisk" - select BR2_PACKAGE_NCURSES - select BR2_PACKAGE_ZLIB - depends on BR2_PACKAGE_OPENSSL - depends on BR2_PACKAGE_MPG123 - help - Asterisk - the Open Source PBX - -comment "asterisk - disabled (required openssl and mpg123)" - depends on !BR2_PACKAGE_OPENSSL || ! BR2_PACKAGE_MPG123 - |