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