mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-01-12 00:06:51 +08:00
fate: add more configure flags to fate config
Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user