diff options
author | attila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-29 14:53:38 +0000 |
---|---|---|
committer | attila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-29 14:53:38 +0000 |
commit | 88d1dba3fc99dbc951465a96ccb1dc906b453857 (patch) | |
tree | a38cffbe8cb07304c2dc750b202e1d655b77ff8c /libdha/config.h | |
parent | fe2fe49e2413bf7164d31d96d1fbf8c78aefccc2 (diff) |
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/config.h')
-rw-r--r-- | libdha/config.h | 2 |
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 |