summaryrefslogtreecommitdiff
path: root/openwrt/package/flac/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-10-17 23:46:05 +0000
committerNicolas Thill <nico@openwrt.org>2005-10-17 23:46:05 +0000
commit869c74e8d5411058d7934bb6e06358e4879ccbc3 (patch)
treebe9841e2fc5ef1c9396dd1f9aaf59cd72d8e9661 /openwrt/package/flac/Config.in
parent03d2ceba4236acf5ee90e5445a1cc3b64cfa579d (diff)
downloadmtk-20170518-869c74e8d5411058d7934bb6e06358e4879ccbc3.zip
mtk-20170518-869c74e8d5411058d7934bb6e06358e4879ccbc3.tar.gz
mtk-20170518-869c74e8d5411058d7934bb6e06358e4879ccbc3.tar.bz2
add flac package (thanks to David Collet)
SVN-Revision: 2158
Diffstat (limited to 'openwrt/package/flac/Config.in')
-rw-r--r--openwrt/package/flac/Config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/openwrt/package/flac/Config.in b/openwrt/package/flac/Config.in
new file mode 100644
index 0000000..73cdd86
--- /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/
+