disable kmod-ieee80211-dscape on 2.4 devel build
[openwrt.git] / openwrt / package / flac / Config.in
1 config BR2_COMPILE_FLAC
2 tristate
3 default n
4 depends BR2_PACKAGE_LIBFLAC
5
6 config BR2_PACKAGE_LIBFLAC
7 prompt "libflac........................... Free Lossless Audio Codec library"
8 tristate
9 default m if CONFIG_DEVEL
10 select BR2_COMPILE_FLAC
11 help
12 Free Lossless Audio Codec library
13
14 http://flac.sourceforge.net/
15
This page took 0.046568 seconds and 5 git commands to generate.