diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-17 23:46:05 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-17 23:46:05 +0000 |
commit | 5b60b3308ec98f0dd124129b1bb503145d8c8208 (patch) | |
tree | 5816ff0e2d00d3eb7dcdb92c0af9467e7c1e7002 /package/flac/Config.in | |
parent | e5a0a550e1b1d6eb542a1cf6a23857f1b8b9997d (diff) | |
download | upstream-5b60b3308ec98f0dd124129b1bb503145d8c8208.tar.gz upstream-5b60b3308ec98f0dd124129b1bb503145d8c8208.tar.bz2 upstream-5b60b3308ec98f0dd124129b1bb503145d8c8208.zip |
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.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/flac/Config.in b/package/flac/Config.in new file mode 100644 index 0000000000..73cdd86f53 --- /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/ + |