aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authoranssih <anssih@svn>2010-07-11 21:41:18 +0000
committeranssih <anssih@svn>2010-07-11 21:41:18 +0000
commit028b010b03a3bd4ee65ca45af95bcfad7e69d15a (patch)
tree7ccfdbd2cc0a2d5cd9ffb32790a08c1482b949d2 /configure.in
parent2cc18edfabe5dfedbd3f6edbaae13e91e7373d37 (diff)
fixed: use proper soname for loading crystalhd on linux
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31738 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 8d714b5908..b9461565d5 100644
--- a/configure.in
+++ b/configure.in
@@ -918,6 +918,9 @@ if test "x$use_crystalhd" != "xno"; then
[ AC_DEFINE([HAVE_LIBCRYSTALHD], [2], [Define to 2 if you have the 'New Broadcom Crystal HD' library.]) ],
[ AC_DEFINE([HAVE_LIBCRYSTALHD], [1], [Define to 1 if you have the 'Old Broadcom Crystal HD' library.]) ])
CFLAGS="$SAVE_CFLAGS"
+ if test "$host_vendor" != "apple"; then
+ XB_FIND_SONAME([CRYSTALHD], [crystalhd])
+ fi
fi
else
AC_MSG_NOTICE($crystalhd_disabled)