]> git.sesse.net Git - ffmpeg/blob - doc/fate_config.sh.template
Merge commit '3794062ab1a13442b06f6d76c54dce51ffa54697'
[ffmpeg] / doc / fate_config.sh.template
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
10 # the following are optional and map to configure options
11 arch=
12 cpu=
13 cross_prefix=
14 as=
15 cc=
16 ld=
17 target_os=
18 sysroot=
19 target_exec=
20 target_path=
21 target_samples=
22 extra_cflags=
23 extra_ldflags=
24 extra_libs=
25 extra_conf=     # extra configure options not covered above
26
27 #make=          # name of GNU make if not 'make'
28 makeopts=       # extra options passed to 'make'
29 #makeopts_fate= # extra options passed to 'make' when running tests,
30                 # defaulting to makeopts above if this is not set
31 #tar=           # command to create a tar archive from its arguments on stdout,
32                 # defaults to 'tar c'