mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
configure: Add workaround for qtkit detection using ICC compiler.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
754f84663e
commit
33462542cf
2
configure
vendored
2
configure
vendored
@ -4668,7 +4668,7 @@ enabled openssl && { check_lib openssl/ssl.h SSL_library_init -lssl -l
|
||||
check_lib openssl/ssl.h SSL_library_init -lssl32 -leay32 ||
|
||||
check_lib openssl/ssl.h SSL_library_init -lssl -lcrypto -lws2_32 -lgdi32 ||
|
||||
die "ERROR: openssl not found"; }
|
||||
enabled qtkit_indev && { check_header_oc QTKit/QTKit.h || disable qtkit_indev; }
|
||||
enabled qtkit_indev && { { check_header QTKit/QTKit.h && check_header_oc QTKit/QTKit.h; } || disable qtkit_indev; }
|
||||
|
||||
if enabled gnutls; then
|
||||
{ check_lib nettle/bignum.h nettle_mpz_get_str_256 -lnettle -lhogweed -lgmp && enable nettle; } ||
|
||||
|
Loading…
Reference in New Issue
Block a user