The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / 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