You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
941B

  1. slot= # some unique identifier
  2. repo=git://source.ffmpeg.org/ffmpeg.git # the source repository
  3. samples= # path to samples directory
  4. workdir= # directory in which to do all the work
  5. #fate_recv="ssh -T fate@fate.ffmpeg.org" # command to submit report
  6. comment= # optional description
  7. build_only= # set to "yes" for a compile-only instance that skips tests
  8. # the following are optional and map to configure options
  9. arch=
  10. cpu=
  11. cross_prefix=
  12. cc=
  13. target_os=
  14. sysroot=
  15. target_exec=
  16. target_path=
  17. extra_cflags=
  18. extra_ldflags=
  19. extra_libs=
  20. extra_conf= # extra configure options not covered above
  21. #make= # name of GNU make if not 'make'
  22. makeopts= # extra options passed to 'make'
  23. #tar= # command to create a tar archive from its arguments on stdout,
  24. # defaults to 'tar c'