]> git.sesse.net Git - ffmpeg/blobdiff - tests/fate.sh
Merge commit '58c95448e42d34910b939363949ba1a92c06b0b0'
[ffmpeg] / tests / fate.sh
index 33710e06f4eafaca45d814d7b064627f5a58c502..a401f9d72bcf5792c381d65cce1b633f40a98cc9 100755 (executable)
@@ -49,12 +49,14 @@ configure()(
         ${arch:+--arch=$arch}                                           \
         ${cpu:+--cpu="$cpu"}                                            \
         ${cross_prefix:+--cross-prefix="$cross_prefix"}                 \
+        ${as:+--as="$as"}                                               \
         ${cc:+--cc="$cc"}                                               \
         ${ld:+--ld="$ld"}                                               \
         ${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_ldflags:+--extra-ldflags="$extra_ldflags"}              \
         ${extra_libs:+--extra-libs="$extra_libs"}                       \