summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGwenole Beauchesne <gbeauchesne@splitted-desktop.com>2011-03-28 10:18:58 +0200
committerPhilip Langdale <philipl@overt.org>2011-03-28 21:19:07 -0700
commit5c98af952d07d9b0523af4e6bfdd0f2a35bf4d51 (patch)
treed0101a9cbf774a88ea500550477ee5c1fb9834e7 /configure
parent59bf303d6806e1ab0fa415f5313131c9ca7aedb7 (diff)
Fix check for new enough CrystalHD library.
Signed-off-by: Philip Langdale <philipl@overt.org>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1750141a34..98421cad22 100755
--- a/configure
+++ b/configure
@@ -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