Mercurial > mplayer.hg
changeset 21256:ba973742b3ae
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.
author | diego |
---|---|
date | Sun, 26 Nov 2006 15:42:38 +0000 |
parents | 7711bf4e3320 |
children | 637fcc472af6 |
files | libdha/config.h |
diffstat | 1 files changed, 0 insertions(+), 16 deletions(-) [+] |
line wrap: on
line diff
--- a/libdha/config.h Sun Nov 26 15:29:40 2006 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -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 */