You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
fate: Allow setting the ld parameter from the config file
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@@ -49,6 +49,7 @@ configure()(
|
|||||||
${cpu:+--cpu="$cpu"} \
|
${cpu:+--cpu="$cpu"} \
|
||||||
${cross_prefix:+--cross-prefix="$cross_prefix"} \
|
${cross_prefix:+--cross-prefix="$cross_prefix"} \
|
||||||
${cc:+--cc="$cc"} \
|
${cc:+--cc="$cc"} \
|
||||||
|
${ld:+--ld="$ld"} \
|
||||||
${target_os:+--target-os="$target_os"} \
|
${target_os:+--target-os="$target_os"} \
|
||||||
${sysroot:+--sysroot="$sysroot"} \
|
${sysroot:+--sysroot="$sysroot"} \
|
||||||
${target_exec:+--target-exec="$target_exec"} \
|
${target_exec:+--target-exec="$target_exec"} \
|
||||||
|
Reference in New Issue
Block a user