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 | b7c214ab47bb5ad504ae6b22285853f8a2fbf0e8 (patch) | |
tree | 338fbad3d1d347f537100bdfa025dacfb442f6ec /package/Makefile | |
parent | 9986bef6db49fce3e7eec9b80e96a12e7df3a81b (diff) | |
download | upstream-b7c214ab47bb5ad504ae6b22285853f8a2fbf0e8.tar.gz upstream-b7c214ab47bb5ad504ae6b22285853f8a2fbf0e8.tar.bz2 upstream-b7c214ab47bb5ad504ae6b22285853f8a2fbf0e8.zip |
add libmad package (thanks to David Collet)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2154 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 034dc474a5..0e0e64e291 100644 --- a/package/Makefile +++ b/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 |