From 157939e3c1a9aa386e53688c5e7e03e95c52b0a6 Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 5 Oct 2005 22:08:58 +0000 Subject: add libvorbis git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2058 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/libvorbis/Config.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 openwrt/package/libvorbis/Config.in (limited to 'openwrt/package/libvorbis/Config.in') 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/ + -- cgit v1.2.3