add flac package (thanks to David Collet)
[openwrt/svn-archive/archive.git] / openwrt / package / flac / Config.in
1 config BR2_COMPILE_FLAC
2 bool
3 default n
4 depends BR2_PACKAGE_LIBFLAC
5
6 config BR2_PACKAGE_LIBFLAC
7 tristate "libflac - Free Lossless Audio Codec library"
8 default m if CONFIG_DEVEL
9 select BR2_COMPILE_FLAC
10 help
11 Free Lossless Audio Codec library
12
13 http://flac.sourceforge.net/
14