summaryrefslogtreecommitdiffstats
path: root/package/flac/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-17 23:46:05 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-17 23:46:05 +0000
commit5e6d1078866ea260d52dda2ac6a4f0dbdf3ec4ac (patch)
tree5816ff0e2d00d3eb7dcdb92c0af9467e7c1e7002 /package/flac/Config.in
parent0333c161d08a8cac8d3023612df12213abb203b9 (diff)
add flac package (thanks to David Collet)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2158 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/flac/Config.in')
-rw-r--r--package/flac/Config.in14
1 files changed, 14 insertions, 0 deletions
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/
+