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