]> git.sesse.net Git - ffmpeg/blob - doc/fate_config.sh.template
Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'
[ffmpeg] / doc / fate_config.sh.template
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
8 # the following are optional and map to configure options
9 arch=
10 cpu=
11 cross_prefix=
12 cc=
13 target_os=
14 sysroot=
15 target_exec=
16 target_path=
17 extra_cflags=
18 extra_ldflags=
19 extra_libs=
20 extra_conf=     # extra configure options not covered above
21
22 #make=          # name of GNU make if not 'make'
23 makeopts=       # extra options passed to 'make'
24 #tar=           # command to create a tar archive from its arguments on stdout,
25                 # defaults to 'tar c'