mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Fix check for new enough CrystalHD library.
Signed-off-by: Philip Langdale <philipl@overt.org>
This commit is contained in:
parent
59bf303d68
commit
5c98af952d
2
configure
vendored
2
configure
vendored
@ -2854,7 +2854,7 @@ for thread in $THREADS_LIST; do
|
||||
done
|
||||
|
||||
check_lib math.h sin -lm
|
||||
disabled crystalhd || check_lib libcrystalhd/libcrystalhd_if.h DtsGetVersion -lcrystalhd
|
||||
disabled crystalhd || check_lib libcrystalhd/libcrystalhd_if.h DtsCrystalHDVersion -lcrystalhd || disable crystalhd
|
||||
disabled vaapi || check_lib va/va.h vaInitialize -lva
|
||||
|
||||
check_mathfunc exp2
|
||||
|
Loading…
Reference in New Issue
Block a user