fate_config.sh.template 865 B

12345678910111213141516171819202122232425
  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. # the following are optional and map to configure options
  8. arch=
  9. cpu=
  10. cross_prefix=
  11. cc=
  12. target_os=
  13. sysroot=
  14. target_exec=
  15. target_path=
  16. extra_cflags=
  17. extra_ldflags=
  18. extra_libs=
  19. extra_conf= # extra configure options not covered above
  20. #make= # name of GNU make if not 'make'
  21. makeopts= # extra options passed to 'make'
  22. #tar= # command to create a tar archive from its arguments on stdout,
  23. # defaults to 'tar c'