You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Merge commit '678f788fea3380e5cbbf75baac5cc0ce07a56a42'
* commit '678f788fea3380e5cbbf75baac5cc0ce07a56a42': configure: Set the initial ldflags to match the cflags Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
1
configure
vendored
1
configure
vendored
@@ -4199,6 +4199,7 @@ fi
|
|||||||
if [ "$cpu" != generic ]; then
|
if [ "$cpu" != generic ]; then
|
||||||
add_cflags $cpuflags
|
add_cflags $cpuflags
|
||||||
add_asflags $cpuflags
|
add_asflags $cpuflags
|
||||||
|
test "$cc_type" = "$ld_type" && add_ldflags $cpuflags
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# compiler sanity check
|
# compiler sanity check
|
||||||
|
Reference in New Issue
Block a user