diff options
Diffstat (limited to 'ffmpeg/doc/fate_config.sh.template')
| -rw-r--r-- | ffmpeg/doc/fate_config.sh.template | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ffmpeg/doc/fate_config.sh.template b/ffmpeg/doc/fate_config.sh.template index f7bd625..1487c1d 100644 --- a/ffmpeg/doc/fate_config.sh.template +++ b/ffmpeg/doc/fate_config.sh.template @@ -4,16 +4,20 @@ samples= # path to samples directory workdir= # directory in which to do all the work #fate_recv="ssh -T fate@fate.ffmpeg.org" # command to submit report comment= # optional description +build_only= # set to "yes" for a compile-only instance that skips tests # the following are optional and map to configure options arch= cpu= cross_prefix= +as= cc= +ld= target_os= sysroot= target_exec= target_path= +target_samples= extra_cflags= extra_ldflags= extra_libs= |
