change icecast to use libvorbisidec instead of libogg/libvorbis (thanks to David...
[openwrt.git] / package / icecast / Config.in
index e16b1f0..5252c8c 100644 (file)
@@ -2,8 +2,7 @@ config BR2_PACKAGE_ICECAST
        tristate "icecast - A streaming media server for Ogg/Vorbis and MP3 audio streams"
        default m if CONFIG_DEVEL
        select BR2_PACKAGE_LIBCURL
-       select BR2_PACKAGE_LIBOGG
-       select BR2_PACKAGE_LIBVORBIS
+       select BR2_PACKAGE_LIBVORBISIDEC
        select BR2_PACKAGE_LIBXML2
        select BR2_PACKAGE_LIBXSLT
        help
@@ -18,8 +17,7 @@ config BR2_PACKAGE_ICECAST
          
          Depends:
           * libcurl
-          * libogg
-          * libvorbis
+          * libvorbisidec
           * libxml2
           * libxslt
          
This page took 0.02628 seconds and 4 git commands to generate.