summaryrefslogtreecommitdiffstats
path: root/libdha/config.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-20 21:07:27 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-20 21:07:27 +0000
commit6429f7e4fd55a230f471a4f1c12387db793a71dd (patch)
tree16ba159231ad1bae6e9c8583f94d8436354d65b2 /libdha/config.h
parenta75ffd19d6f674d0f05f8fc5e1763a47343c929f (diff)
downloadmpv-6429f7e4fd55a230f471a4f1c12387db793a71dd.tar.bz2
mpv-6429f7e4fd55a230f471a4f1c12387db793a71dd.tar.xz
svgalib kernelhelper support (based on patch by Matan Ziv-Av <matan@svgalib.org>) and some reordering/cleanup (part #1 ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8504 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha/config.h')
-rw-r--r--libdha/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libdha/config.h b/libdha/config.h
index 97d929e6c1..15f61eecc7 100644
--- a/libdha/config.h
+++ b/libdha/config.h
@@ -9,4 +9,8 @@
#endif
#endif
+#if defined(__powerpc__) && defined(CONFIG_SVGAHELPER)
+#undef CONFIG_SVGAHELPER
+#endif
+
#endif /* LIBDHA_CONFIG_H */