diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-05 21:58:47 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-05 21:58:47 +0000 |
commit | 1fa537a3e366dd23f141807b074843dac145dab1 (patch) | |
tree | 46897b046a4c21744b1d81341cc599ebd3e22e57 /openwrt/package/Makefile | |
parent | 0c00afa607f9a5cdab1ffb862fae32b91274b2d4 (diff) |
add libogg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2057 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 2776dbc7d..12521252f 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -79,6 +79,7 @@ package-$(BR2_PACKAGE_LIBGPG_ERROR) += libgpg-error package-$(BR2_PACKAGE_LIBID3TAG) += libid3tag package-$(BR2_PACKAGE_LIBNET) += libnet package-$(BR2_PACKAGE_LIBNIDS) += libnids +package-$(BR2_PACKAGE_LIBOGG) += libogg package-$(BR2_PACKAGE_LIBOSIP2) += libosip2 package-$(BR2_PACKAGE_LIBPCAP) += libpcap package-$(BR2_PACKAGE_LIBPNG) += libpng |