diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-05 22:08:58 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-05 22:08:58 +0000 |
commit | 157939e3c1a9aa386e53688c5e7e03e95c52b0a6 (patch) | |
tree | 7c44b453627bfb58abae18ead63154180b843f21 /openwrt/package/libvorbis/Config.in | |
parent | 1fa537a3e366dd23f141807b074843dac145dab1 (diff) |
add libvorbis
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2058 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 000000000..ab93bd392 --- /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/ + |