From f7813a5324be39d13ab536c245d15dfc602a7849 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sun, 29 Dec 2013 12:19:38 +0000 Subject: basic type mechanism working --- ffmpeg/doc/fate_config.sh.template | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ffmpeg/doc/fate_config.sh.template') 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= -- cgit v1.2.3