diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-17 22:19:21 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-17 22:19:21 +0000 |
commit | 0f52a18e0bc610f560ad98382a4fb5685701a7b6 (patch) | |
tree | bd511c93770d5ea938c29c00df1dc5d190949cf3 /openwrt/package/libogg/Config.in | |
parent | f2e947e7839c07794bbefc1d0de1caa375ae55bc (diff) | |
download | mtk-20170518-0f52a18e0bc610f560ad98382a4fb5685701a7b6.zip mtk-20170518-0f52a18e0bc610f560ad98382a4fb5685701a7b6.tar.gz mtk-20170518-0f52a18e0bc610f560ad98382a4fb5685701a7b6.tar.bz2 |
change icecast to use libvorbisidec instead of libogg/libvorbis (thanks to David Collet)
SVN-Revision: 2156
Diffstat (limited to 'openwrt/package/libogg/Config.in')
-rw-r--r-- | openwrt/package/libogg/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/libogg/Config.in b/openwrt/package/libogg/Config.in index 38213a5..98632dd 100644 --- a/openwrt/package/libogg/Config.in +++ b/openwrt/package/libogg/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_LIBOGG tristate "libogg - The Ogg bitstream handling library" - default m if CONFIG_DEVEL + default n help The Ogg bitstream handling library. |