• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1slot=                                    # some unique identifier
2repo=git://source.ffmpeg.org/ffmpeg.git  # the source repository
3#branch=release/2.6                       # the branch to test
4samples=                                 # path to samples directory
5workdir=                                 # directory in which to do all the work
6#fate_recv="ssh -T fate@fate.ffmpeg.org" # command to submit report
7comment=                                 # optional description
8build_only=     # set to "yes" for a compile-only instance that skips tests
9ignore_tests=
10
11# the following are optional and map to configure options
12arch=
13cpu=
14cross_prefix=
15as=
16cc=
17ld=
18target_os=
19sysroot=
20target_exec=
21target_path=
22target_samples=
23extra_cflags=
24extra_ldflags=
25extra_libs=
26extra_conf=     # extra configure options not covered above
27
28#make=          # name of GNU make if not 'make'
29makeopts=       # extra options passed to 'make'
30#makeopts_fate= # extra options passed to 'make' when running tests,
31                # defaulting to makeopts above if this is not set
32#tar=           # command to create a tar archive from its arguments on stdout,
33                # defaults to 'tar c'
34