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
This commit is contained in:
diego 2006-11-26 15:42:38 +00:00
parent ba87e8169c
commit 087be5dfd1
1 changed files with 0 additions and 16 deletions

View File

@ -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 */