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 | c59b6a6ccf36e95ac07c71ea8a5a38de8c8135af (patch) | |
tree | 66e829e8fc5cdb84cce395e6a9a18bb3bd17b3f6 /package/libvorbis/Config.in | |
parent | de602fd77e59317f0b6f5219d4737e21021ca77a (diff) | |
download | upstream-c59b6a6ccf36e95ac07c71ea8a5a38de8c8135af.tar.gz upstream-c59b6a6ccf36e95ac07c71ea8a5a38de8c8135af.tar.bz2 upstream-c59b6a6ccf36e95ac07c71ea8a5a38de8c8135af.zip |
add libvorbis
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2058 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libvorbis/Config.in')
-rw-r--r-- | package/libvorbis/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/libvorbis/Config.in b/package/libvorbis/Config.in new file mode 100644 index 0000000000..ab93bd3922 --- /dev/null +++ b/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/ + |