diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-10-05 22:08:58 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-10-05 22:08:58 +0000 |
| commit | 017d6e3b577e7f655201883d1705c15dc2dd3336 (patch) | |
| tree | 7c44b453627bfb58abae18ead63154180b843f21 /openwrt/package/Makefile | |
| parent | 4f4d60befbce1a2385e75f953d9f9eb2c9b83de0 (diff) | |
| download | mtk-20170518-017d6e3b577e7f655201883d1705c15dc2dd3336.zip mtk-20170518-017d6e3b577e7f655201883d1705c15dc2dd3336.tar.gz mtk-20170518-017d6e3b577e7f655201883d1705c15dc2dd3336.tar.bz2 | |
add libvorbis
SVN-Revision: 2058
Diffstat (limited to 'openwrt/package/Makefile')
| -rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 1252125..4aa8ad7 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -88,6 +88,7 @@ package-$(BR2_PACKAGE_LIBTASN1) += libtasn1 package-$(BR2_PACKAGE_LIBTOOL) += libtool package-$(BR2_PACKAGE_LIBUPNP) += libupnp package-$(BR2_PACKAGE_LIBUSB) += libusb +package-$(BR2_PACKAGE_LIBVORBIS) += libvorbis package-$(BR2_PACKAGE_LIBXML2) += libxml2 package-$(BR2_PACKAGE_LIBXSLT) += libxslt package-$(BR2_PACKAGE_LIGHTTPD) += lighttpd @@ -231,6 +232,7 @@ libgcrypt-compile: libgpg-error-compile libgd-compile: libpng-compile libnet-compile: libpcap-compile libnids-compile: libnet-compile +libvorbis-compile: libogg-compile libxml2-compile: zlib-compile libxslt-compile: libxml2-compile lighttpd-compile: openssl-compile pcre-compile |
