mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-11 09:59:50 +00:00
fate: add explicit support for the toolchain configure option
This commit is contained in:
parent
a9d60c390f
commit
f01c771577
@ -49,6 +49,7 @@ configure()(
|
||||
--enable-gpl \
|
||||
${arch:+--arch=$arch} \
|
||||
${cpu:+--cpu="$cpu"} \
|
||||
${toolchain:+--toolchain="$toolchain"} \
|
||||
${cross_prefix:+--cross-prefix="$cross_prefix"} \
|
||||
${as:+--as="$as"} \
|
||||
${cc:+--cc="$cc"} \
|
||||
|
Loading…
Reference in New Issue
Block a user