diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-17 22:04:28 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-17 22:04:28 +0000 |
commit | d01124f6d282614e3e7d0d6491cfd5a7aee0a0fb (patch) | |
tree | aff67f35fae83a15d96a481f7fe613525272b33e /openwrt/package/Makefile | |
parent | 40c8031ee61fbde12b56bc894e6db983adc067bc (diff) | |
download | mtk-20170518-d01124f6d282614e3e7d0d6491cfd5a7aee0a0fb.zip mtk-20170518-d01124f6d282614e3e7d0d6491cfd5a7aee0a0fb.tar.gz mtk-20170518-d01124f6d282614e3e7d0d6491cfd5a7aee0a0fb.tar.bz2 |
add libmad package (thanks to David Collet)
SVN-Revision: 2154
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 034dc47..0e0e64e 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -81,6 +81,7 @@ package-$(BR2_PACKAGE_LIBGD) += libgd package-$(BR2_PACKAGE_LIBGDBM) += libgdbm package-$(BR2_PACKAGE_LIBGPG_ERROR) += libgpg-error package-$(BR2_PACKAGE_LIBID3TAG) += libid3tag +package-$(BR2_PACKAGE_LIBMAD) += libmad package-$(BR2_PACKAGE_LIBNET) += libnet package-$(BR2_PACKAGE_LIBNIDS) += libnids package-$(BR2_PACKAGE_LIBOGG) += libogg |