diff options
author | davilla <davilla@svn> | 2010-06-09 05:11:52 +0000 |
---|---|---|
committer | davilla <davilla@svn> | 2010-06-09 05:11:52 +0000 |
commit | d067a693f69ac210e709d75e3d1dec7b3e7fe1f9 (patch) | |
tree | 3152090b568a66258a17b56f2ee25556bd75a0c8 /configure.in | |
parent | c8b4934e07f37a6206c6f777cdc4e144f6031cc3 (diff) |
fixed, name changed to libcrystalhd
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30995 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 2f9c8e1c4d..4e58052686 100644 --- a/configure.in +++ b/configure.in @@ -38,7 +38,7 @@ vdpau_not_found="== Could not find libvdpau. VDPAU support disabled. ==" vdpau_disabled="== VDPAU support manually disabled. ==" vaapi_not_found="== Could not find libva. VAAPI support disabled. ==" vaapi_disabled="== VAAPI support manually disabled. ==" -crystalhd_not_found="== Could not find libldil. CrystalHD support disabled. ==" +crystalhd_not_found="== Could not find libcrystalhd. CrystalHD support disabled. ==" crystalhd_disabled="== CrystalHD support manually disabled. ==" vdadecoder_enabled="== VDADecoder support enabled. ==" vdadecoder_disabled="== VDADecoder support manually disabled. ==" |