From 88d1dba3fc99dbc951465a96ccb1dc906b453857 Mon Sep 17 00:00:00 2001 From: attila Date: Sat, 29 Jul 2006 14:53:38 +0000 Subject: [PATCH] disable dha kernelhelper support by default. gets rid of an error message that confuses users git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19238 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libdha/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdha/config.h b/libdha/config.h index 15f61eecc7..5e426ed937 100644 --- a/libdha/config.h +++ b/libdha/config.h @@ -5,7 +5,7 @@ #ifdef TARGET_LINUX #ifndef __powerpc__ -#define CONFIG_DHAHELPER +//#define CONFIG_DHAHELPER #endif #endif