fate_config.sh.template 1.0 KB

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