mirror of
https://github.com/mpv-player/mpv
synced 2025-01-13 02:16:40 +00:00
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:
parent
ba87e8169c
commit
087be5dfd1
@ -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 */
|
Loading…
Reference in New Issue
Block a user