diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-05 22:08:58 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-05 22:08:58 +0000 |
commit | b33b129cd7318e90ed4d9eeae522983af79729f9 (patch) | |
tree | 66e829e8fc5cdb84cce395e6a9a18bb3bd17b3f6 /package/Makefile | |
parent | 8b1a1acaf0cc36e1e847dad1481c0033ee09b247 (diff) |
add libvorbis
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2058 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 12521252f..4aa8ad7c0 100644 --- a/package/Makefile +++ b/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 |