The branch, master has been updated
via 523d688c2b7d5bb535bc203a2c3705d199ddf13d (commit)
from ddf443f1e99c94b5e3569904027eba868691b86b (commit)
- Log -----------------------------------------------------------------
commit 523d688c2b7d5bb535bc203a2c3705d199ddf13d
Author: Kacper MichajÅow <[email protected]>
AuthorDate: Mon Nov 17 19:57:31 2025 +0100
Commit: Kacper MichajÅow <[email protected]>
CommitDate: Mon Nov 17 20:25:24 2025 +0000
fate: add more configure flags to fate config
Signed-off-by: Kacper MichajÅow <[email protected]>
diff --git a/tests/fate.sh b/tests/fate.sh
index 4081e865ae..2d6313820f 100755
--- a/tests/fate.sh
+++ b/tests/fate.sh
@@ -55,13 +55,17 @@ configure()(
${cross_prefix:+--cross-prefix="$cross_prefix"} \
${as:+--as="$as"} \
${cc:+--cc="$cc"} \
+ ${cxx:+--cxx="$cxx"} \
${ld:+--ld="$ld"} \
+ ${nm:+--nm="$nm"} \
${target_os:+--target-os="$target_os"} \
${sysroot:+--sysroot="$sysroot"} \
${target_exec:+--target-exec="$target_exec"} \
${target_path:+--target-path="$target_path"} \
${target_samples:+--target-samples="$target_samples"} \
${extra_cflags:+--extra-cflags="$extra_cflags"} \
+ ${extra_cxxflags:+--extra-cxxflags="$extra_cxxflags"} \
+ ${extra_objcflags:+--extra-objcflags="$extra_objcflags"} \
${extra_ldflags:+--extra-ldflags="$extra_ldflags"} \
${extra_libs:+--extra-libs="$extra_libs"} \
${extra_conf}
-----------------------------------------------------------------------
Summary of changes:
tests/fate.sh | 4 ++++
1 file changed, 4 insertions(+)
hooks/post-receive
--
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]