summaryrefslogtreecommitdiff
path: root/openwrt/package/libogg/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-05 21:58:47 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-05 21:58:47 +0000
commit1fa537a3e366dd23f141807b074843dac145dab1 (patch)
tree46897b046a4c21744b1d81341cc599ebd3e22e57 /openwrt/package/libogg/Config.in
parent0c00afa607f9a5cdab1ffb862fae32b91274b2d4 (diff)
add libogg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2057 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/libogg/Config.in')
-rw-r--r--openwrt/package/libogg/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/openwrt/package/libogg/Config.in b/openwrt/package/libogg/Config.in
new file mode 100644
index 0000000000..38213a5cc9
--- /dev/null
+++ b/openwrt/package/libogg/Config.in
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_LIBOGG
+ tristate "libogg - The Ogg bitstream handling library"
+ default m if CONFIG_DEVEL
+ help
+ The Ogg bitstream handling library.
+
+ http://www.vorbis.com/
+