diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-05 21:58:47 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-05 21:58:47 +0000 |
commit | de602fd77e59317f0b6f5219d4737e21021ca77a (patch) | |
tree | 1688cade4233b4f29535357b65369321dda181b1 /package/Makefile | |
parent | 592058d05b6ec349d73f958aecb9b478aba70d6b (diff) | |
download | upstream-de602fd77e59317f0b6f5219d4737e21021ca77a.tar.gz upstream-de602fd77e59317f0b6f5219d4737e21021ca77a.tar.bz2 upstream-de602fd77e59317f0b6f5219d4737e21021ca77a.zip |
add libogg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2057 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 2776dbc7dc..12521252f6 100644 --- a/package/Makefile +++ b/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 |