fate_config.sh.template 965 B

1234567891011121314151617181920212223242526272829
  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. as=
  13. cc=
  14. ld=
  15. target_os=
  16. sysroot=
  17. target_exec=
  18. target_path=
  19. target_samples=
  20. extra_cflags=
  21. extra_ldflags=
  22. extra_libs=
  23. extra_conf= # extra configure options not covered above
  24. #make= # name of GNU make if not 'make'
  25. makeopts= # extra options passed to 'make'
  26. #tar= # command to create a tar archive from its arguments on stdout,
  27. # defaults to 'tar c'