summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-26 15:42:38 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-26 15:42:38 +0000
commit087be5dfd1fc4d751c177da91c982bb0ec4ccc09 (patch)
tree47b127ffd89eb368cfc1fe28e2157950b4b27f04 /libdha
parentba87e8169c90f2e0b37e6af4119d584f7517a3fe (diff)
downloadmpv-087be5dfd1fc4d751c177da91c982bb0ec4ccc09.tar.bz2
mpv-087be5dfd1fc4d751c177da91c982bb0ec4ccc09.tar.xz
Remove config.h, there are multiple files under that name, inviting bugs and
confusion. This file only contained two definitions, one commented out, the other never activated. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21272 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha')
-rw-r--r--libdha/config.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/libdha/config.h b/libdha/config.h
deleted file mode 100644
index 5e426ed937..0000000000
--- a/libdha/config.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef LIBDHA_CONFIG_H
-#define LIBDHA_CONFIG_H
-
-#include "../config.h"
-
-#ifdef TARGET_LINUX
-#ifndef __powerpc__
-//#define CONFIG_DHAHELPER
-#endif
-#endif
-
-#if defined(__powerpc__) && defined(CONFIG_SVGAHELPER)
-#undef CONFIG_SVGAHELPER
-#endif
-
-#endif /* LIBDHA_CONFIG_H */