summaryrefslogtreecommitdiffstats
path: root/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
commitb33b129cd7318e90ed4d9eeae522983af79729f9 (patch)
tree66e829e8fc5cdb84cce395e6a9a18bb3bd17b3f6 /package/libvorbis/Config.in
parent8b1a1acaf0cc36e1e847dad1481c0033ee09b247 (diff)
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.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/libvorbis/Config.in b/package/libvorbis/Config.in
new file mode 100644
index 000000000..ab93bd392
--- /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/
+