summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-03-20 19:45:48 +0100
committerClément Bœsch <u@pkh.me>2017-03-20 19:46:19 +0100
commitbbc3bde14f1402a68c64a28edc347464554589cb (patch)
treece8465a4d5542d2ff1adae4ea539cdd53937c485 /configure
parent90f6433dcf374dd81a6b760f49392118cd039fb4 (diff)
downloadffmpeg-streaming-bbc3bde14f1402a68c64a28edc347464554589cb.zip
ffmpeg-streaming-bbc3bde14f1402a68c64a28edc347464554589cb.tar.gz
configure: fix crystalhd detection
Regression since 4563a86f011b54977b390c72ec3901cace35f8da. See 20c4fb2e010fff7e3f8acd36ad132c0140fec5fb for more information. Tested-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3232b9f..d4cfe1a 100755
--- 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
OpenPOWER on IntegriCloud