yading@10: slot= # some unique identifier yading@10: repo=git://source.ffmpeg.org/ffmpeg.git # the source repository yading@10: samples= # path to samples directory yading@10: workdir= # directory in which to do all the work yading@10: #fate_recv="ssh -T fate@fate.ffmpeg.org" # command to submit report yading@10: comment= # optional description yading@10: yading@10: # the following are optional and map to configure options yading@10: arch= yading@10: cpu= yading@10: cross_prefix= yading@10: cc= yading@10: target_os= yading@10: sysroot= yading@10: target_exec= yading@10: target_path= yading@10: extra_cflags= yading@10: extra_ldflags= yading@10: extra_libs= yading@10: extra_conf= # extra configure options not covered above yading@10: yading@10: #make= # name of GNU make if not 'make' yading@10: makeopts= # extra options passed to 'make' yading@10: #tar= # command to create a tar archive from its arguments on stdout, yading@10: # defaults to 'tar c'