]> git.sesse.net Git - ffmpeg/commitdiff
configure: fix crystalhd detection
authorClément Bœsch <u@pkh.me>
Mon, 20 Mar 2017 18:45:48 +0000 (19:45 +0100)
committerClément Bœsch <u@pkh.me>
Mon, 20 Mar 2017 18:46:19 +0000 (19:46 +0100)
Regression since 4563a86f011b54977b390c72ec3901cace35f8da.

See 20c4fb2e010fff7e3f8acd36ad132c0140fec5fb for more information.

Tested-by: Michael Niedermayer <michael@niedermayer.cc>
configure

index 3232b9fb4648921dfdd63a69a68d6999bde6b6af..d4cfe1accb176a09d3bb38be58eb4bda421fb059 100755 (executable)
--- a/configure
+++ b/configure
@@ -5719,7 +5719,7 @@ disabled bzlib || check_lib bzlib.h BZ2_bzlibVersion    -lbz2  || disable bzlib
 disabled  lzma || check_lib  lzma.h lzma_version_number -llzma || disable lzma
 
 check_lib math.h sin -lm && LIBM="-lm"
-disabled crystalhd || check_lib libcrystalhd/libcrystalhd_if.h DtsCrystalHDVersion -lcrystalhd || disable crystalhd
+disabled crystalhd || check_lib "stdint.h libcrystalhd/libcrystalhd_if.h" DtsCrystalHDVersion -lcrystalhd || disable crystalhd
 
 atan2f_args=2
 copysign_args=2