From 5e6d1078866ea260d52dda2ac6a4f0dbdf3ec4ac 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/openwrt@2158 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/flac/Config.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package/flac/Config.in (limited to 'package/flac/Config.in') diff --git a/package/flac/Config.in b/package/flac/Config.in new file mode 100644 index 000000000..73cdd86f5 --- /dev/null +++ b/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