Commit 5c98af95 authored by Gwenole Beauchesne's avatar Gwenole Beauchesne Committed by Philip Langdale

Fix check for new enough CrystalHD library.

Signed-off-by: 's avatarPhilip Langdale <philipl@overt.org>
parent 59bf303d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment