From d37b22132e0e235152bf0282c5f0ecd02d7b9271 Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Sat, 11 Aug 2012 13:06:52 +0400 Subject: [PATCH] disable crystalhd in Virtual project no point in building chd support on Virtual systems that will not have the hardware --- projects/Virtual/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Virtual/options b/projects/Virtual/options index 9632db3146..51010aa026 100755 --- a/projects/Virtual/options +++ b/projects/Virtual/options @@ -255,7 +255,7 @@ # Use Broadcom CrystalHD Decoder Card for video acceleration # (needs Kernelsupport for Broadcom Decoder Card and a supported card) - CRYSTALHD="yes" + CRYSTALHD="no" # build and install remote support (yes / no) REMOTE_SUPPORT="yes"