Config.in 443 B

12345678910111213141516171819
  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. https://www.videolan.org/developers/x264.html
  9. if BR2_PACKAGE_X264
  10. config BR2_PACKAGE_X264_CLI
  11. bool "CLI"
  12. help
  13. Command-line tool to encode video streams into the
  14. H.264/MPEG-4 AVC compression format.
  15. endif