You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Merge commit 'afdff8008149515afebf9992eae84be7d76e6b1e'
* commit 'afdff8008149515afebf9992eae84be7d76e6b1e': configure: Clearly state that MSYS native builds are discouraged Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
3
configure
vendored
3
configure
vendored
@@ -4418,6 +4418,9 @@ case $target_os in
|
|||||||
enabled_any pic shared x86_64 ||
|
enabled_any pic shared x86_64 ||
|
||||||
{ check_cflags -mdynamic-no-pic && add_asflags -mdynamic-no-pic; }
|
{ check_cflags -mdynamic-no-pic && add_asflags -mdynamic-no-pic; }
|
||||||
;;
|
;;
|
||||||
|
msys*)
|
||||||
|
die "Native MSYS builds are discouraged, please use the MINGW environment.";
|
||||||
|
;;
|
||||||
mingw32*|mingw64*)
|
mingw32*|mingw64*)
|
||||||
if test $target_os = "mingw32ce"; then
|
if test $target_os = "mingw32ce"; then
|
||||||
disable network
|
disable network
|
||||||
|
Reference in New Issue
Block a user