annotate ffmpeg/doc/fate_config.sh.template @ 13:844d341cf643 tip

Back up before ISMIR
author Yading Song <yading.song@eecs.qmul.ac.uk>
date Thu, 31 Oct 2013 13:17:06 +0000
parents 6840f77b83aa
children
rev   line source
yading@10 1 slot= # some unique identifier
yading@10 2 repo=git://source.ffmpeg.org/ffmpeg.git # the source repository
yading@10 3 samples= # path to samples directory
yading@10 4 workdir= # directory in which to do all the work
yading@10 5 #fate_recv="ssh -T fate@fate.ffmpeg.org" # command to submit report
yading@10 6 comment= # optional description
yading@10 7
yading@10 8 # the following are optional and map to configure options
yading@10 9 arch=
yading@10 10 cpu=
yading@10 11 cross_prefix=
yading@10 12 cc=
yading@10 13 target_os=
yading@10 14 sysroot=
yading@10 15 target_exec=
yading@10 16 target_path=
yading@10 17 extra_cflags=
yading@10 18 extra_ldflags=
yading@10 19 extra_libs=
yading@10 20 extra_conf= # extra configure options not covered above
yading@10 21
yading@10 22 #make= # name of GNU make if not 'make'
yading@10 23 makeopts= # extra options passed to 'make'
yading@10 24 #tar= # command to create a tar archive from its arguments on stdout,
yading@10 25 # defaults to 'tar c'