diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-12-29 12:19:38 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-12-29 12:19:38 +0000 |
| commit | f7813a5324be39d13ab536c245d15dfc602a7849 (patch) | |
| tree | fad99148b88823d34a5df2f0a25881a002eb291b /ffmpeg/doc/fate_config.sh.template | |
| parent | b7a5a477b8ff4d4e3028b9dfb9a9df0a41463f92 (diff) | |
basic type mechanism working
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= |
