mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-22 22:37:17 +00:00
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
|