diff options
author | Martin Storsjö <martin@martin.st> | 2013-05-28 23:00:54 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-05-29 10:37:05 +0300 |
commit | d7b9b66abb251b20c3e838bb8365f0c0251134d7 (patch) | |
tree | 8ee7b49ef79ff2cdb1f214bcf5073c2bda9ca4c4 /doc | |
parent | 9f30fb5a773d59298d8d45c741b3fd971d84c97b (diff) | |
download | ffmpeg-streaming-d7b9b66abb251b20c3e838bb8365f0c0251134d7.zip ffmpeg-streaming-d7b9b66abb251b20c3e838bb8365f0c0251134d7.tar.gz |
fate.sh: Allow specifying --as via a specific variable
This simplifies specifying a value containing spaces for this
parameter.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fate.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/fate.texi b/doc/fate.texi index f076acd..ec279a2 100644 --- a/doc/fate.texi +++ b/doc/fate.texi @@ -126,6 +126,7 @@ build_only= # set to "yes" for a compile-only instance that skips tests arch= cpu= cross_prefix= +as= cc= target_os= sysroot= |