diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-17 22:04:28 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-17 22:04:28 +0000 |
commit | 548433bf61c63ce28473d5be74f1baa746f688f8 (patch) | |
tree | e9050aa2c653ae7fce6c96c085a124667c71b3e9 /openwrt/package/Makefile | |
parent | cd0f90a95aae2cfe6eacec7fba66895f36cba823 (diff) |
add libmad package (thanks to David Collet)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2154 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 034dc474a5..0e0e64e291 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 |