doc/fate_config.sh.template
e77b4b4a
 slot=                                    # some unique identifier
 repo=git://source.ffmpeg.org/ffmpeg.git  # the source repository
bd8f2fa5
 #branch=release/2.6                       # the branch to test
e77b4b4a
 samples=                                 # path to samples directory
 workdir=                                 # directory in which to do all the work
 #fate_recv="ssh -T fate@fate.ffmpeg.org" # command to submit report
 comment=                                 # optional description
877cae6e
 build_only=     # set to "yes" for a compile-only instance that skips tests
f5218b27
 ignore_tests=
e77b4b4a
 
 # the following are optional and map to configure options
 arch=
 cpu=
 cross_prefix=
4ea5aea8
 as=
e77b4b4a
 cc=
4ea5aea8
 ld=
e77b4b4a
 target_os=
 sysroot=
 target_exec=
 target_path=
4ea5aea8
 target_samples=
e77b4b4a
 extra_cflags=
 extra_ldflags=
 extra_libs=
 extra_conf=     # extra configure options not covered above
 
 #make=          # name of GNU make if not 'make'
 makeopts=       # extra options passed to 'make'
22164971
 #makeopts_fate= # extra options passed to 'make' when running tests,
                 # defaulting to makeopts above if this is not set
e77b4b4a
 #tar=           # command to create a tar archive from its arguments on stdout,
                 # defaults to 'tar c'