summaryrefslogtreecommitdiff
path: root/openwrt/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
commitaa3e19f0eb24eb3d1978ea183b483f70a2a00e82 (patch)
treefcce8c990173f81e485fd535782bf058e6b79e0e /openwrt/package/flac/Config.in
parentc55a1fd216412cdeecac464f5e3704fe5b3c2799 (diff)
add flac package (thanks to David Collet)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2158 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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/
+