ruby: bump version to 2.4.1
[buildroot-gz.git] / package / x264 / Config.in
blobbe3ab3f3e2bb28ab74a0726b89832293a3a7dad5
1 config BR2_PACKAGE_X264
2         bool "x264"
3         help
4           x264 is a free software library and application for
5           encoding video streams into the H.264/MPEG-4 AVC
6           compression format, and is released under the terms
7           of the GNU GPL.
9           https://www.videolan.org/developers/x264.html
11 if BR2_PACKAGE_X264
13 config BR2_PACKAGE_X264_CLI
14         bool "CLI"
15         help
16           Command-line tool to encode video streams into the
17           H.264/MPEG-4 AVC compression format.
19 endif