You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Merge commit '518a22471e40604a158180a0660aabeeec65e07f'
* commit '518a22471e40604a158180a0660aabeeec65e07f': configure: Be more helpful when requiring options set Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -3680,7 +3680,7 @@ test -n "$cross_prefix" && enable cross_compile
|
|||||||
|
|
||||||
if enabled cross_compile; then
|
if enabled cross_compile; then
|
||||||
test -n "$arch" && test -n "$target_os" ||
|
test -n "$arch" && test -n "$target_os" ||
|
||||||
die "Must specify target arch and OS when cross-compiling"
|
die "Must specify target arch (--arch) and OS (--target-os) when cross-compiling"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ar_default="${cross_prefix}${ar_default}"
|
ar_default="${cross_prefix}${ar_default}"
|
||||||
|
Reference in New Issue
Block a user