summaryrefslogtreecommitdiff
path: root/openwrt/package/libvorbis/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-05 22:08:58 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-05 22:08:58 +0000
commit157939e3c1a9aa386e53688c5e7e03e95c52b0a6 (patch)
tree7c44b453627bfb58abae18ead63154180b843f21 /openwrt/package/libvorbis/Config.in
parent1fa537a3e366dd23f141807b074843dac145dab1 (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.in9
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 0000000000..ab93bd3922
--- /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/
+