imagemagick: bump version to 7.0.3-7 (security)
[buildroot-gz.git] / package / x264 / Config.in
blob7bf2319f2620c5099bbb6b7cf6f1114072401025
1 config BR2_PACKAGE_X264
2         bool "x264"
3         depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX # madvise()
4         help
5           x264 is a free software library and application for
6           encoding video streams into the H.264/MPEG-4 AVC
7           compression format, and is released under the terms
8           of the GNU GPL.
10           https://www.videolan.org/developers/x264.html
12 if BR2_PACKAGE_X264
14 config BR2_PACKAGE_X264_CLI
15         bool "CLI"
16         help
17           Command-line tool to encode video streams into the
18           H.264/MPEG-4 AVC compression format.
20 endif