63cd7b84a3
x264 uses madvise() which is not available in the bfin external toolchain. Fixes: http://autobuild.buildroot.net/results/837/837fd5a63d59b5c65818ec005a565cb7741a1cdd/ [Peter: Issue is specific to bfin toolchain, so only disable for that one] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
21 lines
508 B
Plaintext
21 lines
508 B
Plaintext
config BR2_PACKAGE_X264
|
|
bool "x264"
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX # madvise()
|
|
help
|
|
x264 is a free software library and application for
|
|
encoding video streams into the H.264/MPEG-4 AVC
|
|
compression format, and is released under the terms
|
|
of the GNU GPL.
|
|
|
|
https://www.videolan.org/developers/x264.html
|
|
|
|
if BR2_PACKAGE_X264
|
|
|
|
config BR2_PACKAGE_X264_CLI
|
|
bool "CLI"
|
|
help
|
|
Command-line tool to encode video streams into the
|
|
H.264/MPEG-4 AVC compression format.
|
|
|
|
endif
|