20-x264.json 373 B

123456789101112131415161718
  1. {
  2. "name": "x264",
  3. "config-opts": [
  4. "--disable-cli",
  5. "--enable-shared"
  6. ],
  7. "cleanup": [
  8. "/include",
  9. "/lib/pkgconfig"
  10. ],
  11. "sources": [
  12. {
  13. "type": "git",
  14. "url": "https://code.videolan.org/videolan/x264.git",
  15. "commit": "eaa68fad9e5d201d42fde51665f2d137ae96baf0"
  16. }
  17. ]
  18. }