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
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/x264/Config.in b/cirros-testvm/src-cirros/buildroot-2015.05/package/x264/Config.in
new file mode 100644 (file)
index 0000000..be3ab3f
--- /dev/null
@@ -0,0 +1,19 @@
+config BR2_PACKAGE_X264
+       bool "x264"
+       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