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 | f2e947e7839c07794bbefc1d0de1caa375ae55bc (patch) | |
tree | 8ea1112818e76d18e9c89135db54ae80f8fc893a /openwrt/package/Makefile | |
parent | d01124f6d282614e3e7d0d6491cfd5a7aee0a0fb (diff) | |
download | mtk-20170518-f2e947e7839c07794bbefc1d0de1caa375ae55bc.zip mtk-20170518-f2e947e7839c07794bbefc1d0de1caa375ae55bc.tar.gz mtk-20170518-f2e947e7839c07794bbefc1d0de1caa375ae55bc.tar.bz2 |
add libvorbisidec package (thanks to David Collet)
SVN-Revision: 2155
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 0e0e64e..2d02d3d 100644 --- a/openwrt/package/Makefile +++ b/openwrt/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 |