diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-17 22:12:30 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-17 22:12:30 +0000 |
commit | 54913f0665540b56fbf3466d531703e1bc2d1d89 (patch) | |
tree | 39e08b8cf544beeaeefc392d17fc6dd40bbfe3e4 /package/Makefile | |
parent | b7c214ab47bb5ad504ae6b22285853f8a2fbf0e8 (diff) | |
download | upstream-54913f0665540b56fbf3466d531703e1bc2d1d89.tar.gz upstream-54913f0665540b56fbf3466d531703e1bc2d1d89.tar.bz2 upstream-54913f0665540b56fbf3466d531703e1bc2d1d89.zip |
add libvorbisidec package (thanks to David Collet)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2155 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 0e0e64e291..2d02d3d775 100644 --- a/package/Makefile +++ b/package/Makefile @@ -94,6 +94,7 @@ package-$(BR2_PACKAGE_LIBTOOL) += libtool package-$(BR2_PACKAGE_LIBUPNP) += libupnp package-$(BR2_PACKAGE_LIBUSB) += libusb package-$(BR2_PACKAGE_LIBVORBIS) += libvorbis +package-$(BR2_PACKAGE_LIBVORBISIDEC) += libvorbisidec package-$(BR2_PACKAGE_LIBXML2) += libxml2 package-$(BR2_PACKAGE_LIBXSLT) += libxslt package-$(BR2_PACKAGE_LIGHTTPD) += lighttpd |