mirror of https://git.ffmpeg.org/ffmpeg.git
Fix check for new enough CrystalHD library.
Signed-off-by: Philip Langdale <philipl@overt.org>
This commit is contained in:
parent
59bf303d68
commit
5c98af952d
|
@ -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