Imported Debian version 2.4.3~trusty1
[deb_ffmpeg.git] / 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 build_only= # set to "yes" for a compile-only instance that skips tests
8
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
26 #make= # name of GNU make if not 'make'
27 makeopts= # extra options passed to 'make'
28 #tar= # command to create a tar archive from its arguments on stdout,
29 # defaults to 'tar c'