mirror of https://git.ffmpeg.org/ffmpeg.git
fate: Allow setting the ld parameter from the config file
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
ef6ba1f237
commit
2b3660084f
|
@ -49,6 +49,7 @@ configure()(
|
|||
${cpu:+--cpu="$cpu"} \
|
||||
${cross_prefix:+--cross-prefix="$cross_prefix"} \
|
||||
${cc:+--cc="$cc"} \
|
||||
${ld:+--ld="$ld"} \
|
||||
${target_os:+--target-os="$target_os"} \
|
||||
${sysroot:+--sysroot="$sysroot"} \
|
||||
${target_exec:+--target-exec="$target_exec"} \
|
||||
|
|
Loading…
Reference in New Issue