summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
authorattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-29 14:53:38 +0000
committerattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-29 14:53:38 +0000
commit88d1dba3fc99dbc951465a96ccb1dc906b453857 (patch)
treea38cffbe8cb07304c2dc750b202e1d655b77ff8c /libdha
parentfe2fe49e2413bf7164d31d96d1fbf8c78aefccc2 (diff)
downloadmpv-88d1dba3fc99dbc951465a96ccb1dc906b453857.tar.bz2
mpv-88d1dba3fc99dbc951465a96ccb1dc906b453857.tar.xz
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
Diffstat (limited to 'libdha')
-rw-r--r--libdha/config.h2
1 files changed, 1 insertions, 1 deletions
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