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 | 4f4d60befbce1a2385e75f953d9f9eb2c9b83de0 (patch) | |
tree | 46897b046a4c21744b1d81341cc599ebd3e22e57 /openwrt/package/Makefile | |
parent | 18689ab4c0cf0a35730097284b779745e9c84033 (diff) | |
download | mtk-20170518-4f4d60befbce1a2385e75f953d9f9eb2c9b83de0.zip mtk-20170518-4f4d60befbce1a2385e75f953d9f9eb2c9b83de0.tar.gz mtk-20170518-4f4d60befbce1a2385e75f953d9f9eb2c9b83de0.tar.bz2 |
add libogg
SVN-Revision: 2057
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 2776dbc..1252125 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 |