]> review.fuel-infra Code Review - packages/trusty/cirros-testvm.git/blob - package/x264/Config.in
Fix for file injection is broken on centos computes with Cirros images LP #1587960
[packages/trusty/cirros-testvm.git] / package / x264 / Config.in
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.
8
9           https://www.videolan.org/developers/x264.html
10
11 if BR2_PACKAGE_X264
12
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.
18
19 endif