mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
configure: Clearly state that MSYS native builds are discouraged
MSYS, as per cygwin, by default uses a custom posix abstraction in the form of a "msys2.dll". Programs build that way are harder to distribute and use. MSYS2 provides alternate launcher scripts that provide a MINGW environment nearly out of box.
This commit is contained in:
parent
462a54e229
commit
afdff80081
3
configure
vendored
3
configure
vendored
@ -3647,6 +3647,9 @@ case $target_os in
|
|||||||
enabled_any pic shared ||
|
enabled_any pic shared ||
|
||||||
{ 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*)
|
mingw32*)
|
||||||
if test $target_os = "mingw32ce"; then
|
if test $target_os = "mingw32ce"; then
|
||||||
disable network
|
disable network
|
||||||
|
Loading…
x
Reference in New Issue
Block a user