[FFmpeg-cvslog] tests: add a FATE configuration template

Alexander Strasser git at videolan.org
Thu Nov 24 00:36:56 CET 2011


ffmpeg | branch: master | Alexander Strasser <eclipse7 at gmx.net> | Thu Nov 24 00:22:34 2011 +0100| [e77b4b4ac6e6b1a18de25caef895dab2ab07ced0] | committer: Michael Niedermayer

tests: add a FATE configuration template

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e77b4b4ac6e6b1a18de25caef895dab2ab07ced0
---

 tests/fate_config.sh.template |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/tests/fate_config.sh.template b/tests/fate_config.sh.template
new file mode 100644
index 0000000..f7bd625
--- /dev/null
+++ b/tests/fate_config.sh.template
@@ -0,0 +1,25 @@
+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 at 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'



More information about the ffmpeg-cvslog mailing list