summaryrefslogtreecommitdiffstats
path: root/package/libvorbis/Config.in
diff options
context:
space:
mode:
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/
+