From ee81a685a9ff972f18ea4bab1063d6b8204fa5fb Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 2 Aug 2010 14:48:23 +0200 Subject: [PATCH] projects/generic/options: disable crystalhd support Signed-off-by: Stephan Raue --- projects/generic/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/generic/options b/projects/generic/options index 402a8d5c1e..de645a5e9f 100644 --- a/projects/generic/options +++ b/projects/generic/options @@ -125,7 +125,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"