From aa3e19f0eb24eb3d1978ea183b483f70a2a00e82 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 17 Oct 2005 23:46:05 +0000 Subject: add flac package (thanks to David Collet) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2158 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/flac/Config.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 openwrt/package/flac/Config.in (limited to 'openwrt/package/flac/Config.in') diff --git a/openwrt/package/flac/Config.in b/openwrt/package/flac/Config.in new file mode 100644 index 0000000000..73cdd86f53 --- /dev/null +++ b/openwrt/package/flac/Config.in @@ -0,0 +1,14 @@ +config BR2_COMPILE_FLAC + bool + default n + depends BR2_PACKAGE_LIBFLAC + +config BR2_PACKAGE_LIBFLAC + tristate "libflac - Free Lossless Audio Codec library" + default m if CONFIG_DEVEL + select BR2_COMPILE_FLAC + help + Free Lossless Audio Codec library + + http://flac.sourceforge.net/ + -- cgit v1.2.3