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/libogg/Config.in | |
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/libogg/Config.in')
-rw-r--r-- | openwrt/package/libogg/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/openwrt/package/libogg/Config.in b/openwrt/package/libogg/Config.in new file mode 100644 index 0000000..38213a5 --- /dev/null +++ b/openwrt/package/libogg/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_LIBOGG + tristate "libogg - The Ogg bitstream handling library" + default m if CONFIG_DEVEL + help + The Ogg bitstream handling library. + + http://www.vorbis.com/ + |