[FFmpeg-cvslog] configure: fix crystalhd detection
Clément Bœsch
git at videolan.org
Mon Mar 20 20:46:49 EET 2017
ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Mon Mar 20 19:45:48 2017 +0100| [bbc3bde14f1402a68c64a28edc347464554589cb] | committer: Clément Bœsch
configure: fix crystalhd detection
Regression since 4563a86f011b54977b390c72ec3901cace35f8da.
See 20c4fb2e010fff7e3f8acd36ad132c0140fec5fb for more information.
Tested-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bbc3bde14f1402a68c64a28edc347464554589cb
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the ffmpeg-cvslog
mailing list