mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
configure: fix crystalhd detection
Regression since4563a86f01
. See20c4fb2e01
for more information. Tested-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
90f6433dcf
commit
bbc3bde14f
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user