]> git.sesse.net Git - ffmpeg/commitdiff
configure: Add workaround for qtkit detection using ICC compiler.
authorThilo Borgmann <thilo.borgmann@mail.de>
Sun, 6 Apr 2014 12:57:24 +0000 (14:57 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 6 Apr 2014 13:52:31 +0000 (15:52 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
configure

index c47fcd2804d1089f6fa34b0f56b3534a75c12f9f..f47c39ff75045f06e576b2c3f2d442b838e62f30 100755 (executable)
--- a/configure
+++ b/configure
@@ -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; } ||