1bf512e9ff
Fixes: http://autobuild.buildroot.net/results/873/873a1b3551c5fe04fa477fd682ff91fecdd41606/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 lines
220 B
Plaintext
11 lines
220 B
Plaintext
config BR2_PACKAGE_FLAC
|
|
bool "flac"
|
|
depends on BR2_USE_WCHAR
|
|
help
|
|
FLAC is an Open Source lossless audio codec.
|
|
|
|
http://flac.sourceforge.net/
|
|
|
|
comment "flac needs a toolchain w/ wchar"
|
|
depends on !BR2_USE_WCHAR
|