Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlexander Strasser <eclipse7@gmx.net>2012-09-16 01:34:21 +0400
committerAlexander Strasser <eclipse7@gmx.net>2012-09-29 21:27:01 +0400
commit99b18b110c98e3ec7444b9756a908da8dcd5765b (patch)
tree52bcfc979cc25c6cf17aac7076238fd07a1dec96 /tests
parentf049729e613ed3fb0abf767eb14423f545385c6e (diff)
doc/fate: Move fate config example into doc subdirectory
Be compatible with texi2html 5.0 which doesn't search relative file names in search paths anymore. Signed-off-by: Alexander Strasser <eclipse7@gmx.net>
Diffstat (limited to 'tests')
-rw-r--r--tests/fate_config.sh.template25
1 files changed, 0 insertions, 25 deletions
diff --git a/tests/fate_config.sh.template b/tests/fate_config.sh.template
deleted file mode 100644
index f7bd625429..0000000000
--- a/tests/fate_config.sh.template
+++ /dev/null
@@ -1,25 +0,0 @@
-slot= # some unique identifier
-repo=git://source.ffmpeg.org/ffmpeg.git # the source repository
-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
-
-# the following are optional and map to configure options
-arch=
-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'