diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-17 22:19:21 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-17 22:19:21 +0000 |
commit | 0b26a8784780991bb3134985491ef638c37e2c3b (patch) | |
tree | 09f78e78cb09a639d8546d6e9369d7d939d059be /package/libvorbis | |
parent | 9b9bb9a9791e13ea9acaf09848ec6d6f406c602a (diff) |
change icecast to use libvorbisidec instead of libogg/libvorbis (thanks to David Collet)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2156 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libvorbis')
-rw-r--r-- | package/libvorbis/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libvorbis/Config.in b/package/libvorbis/Config.in index ab93bd3922..67c5cabd1b 100644 --- a/package/libvorbis/Config.in +++ b/package/libvorbis/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_LIBVORBIS tristate "libvorbis - The Vorbis General Audio Compression Codec library" - default m if CONFIG_DEVEL + default n select BR2_PACKAGE_LIBOGG help The Vorbis General Audio Compression Codec library. |