Browse Source

Fix check for new enough CrystalHD library.

Signed-off-by: Philip Langdale <philipl@overt.org>
tags/n0.8
Gwenole Beauchesne Philip Langdale 15 years ago
parent
commit
5c98af952d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure

+ 1
- 1
configure View File

@@ -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…
Cancel
Save