diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-05 22:08:58 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-05 22:08:58 +0000 |
commit | 017d6e3b577e7f655201883d1705c15dc2dd3336 (patch) | |
tree | 7c44b453627bfb58abae18ead63154180b843f21 /openwrt/package/libvorbis/Config.in | |
parent | 4f4d60befbce1a2385e75f953d9f9eb2c9b83de0 (diff) | |
download | mtk-20170518-017d6e3b577e7f655201883d1705c15dc2dd3336.zip mtk-20170518-017d6e3b577e7f655201883d1705c15dc2dd3336.tar.gz mtk-20170518-017d6e3b577e7f655201883d1705c15dc2dd3336.tar.bz2 |
add libvorbis
SVN-Revision: 2058
Diffstat (limited to 'openwrt/package/libvorbis/Config.in')
-rw-r--r-- | openwrt/package/libvorbis/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/libvorbis/Config.in b/openwrt/package/libvorbis/Config.in new file mode 100644 index 0000000..ab93bd3 --- /dev/null +++ b/openwrt/package/libvorbis/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_LIBVORBIS + tristate "libvorbis - The Vorbis General Audio Compression Codec library" + default m if CONFIG_DEVEL + select BR2_PACKAGE_LIBOGG + help + The Vorbis General Audio Compression Codec library. + + http://www.vorbis.com/ + |