mirror of
https://github.com/mpv-player/mpv
synced 2024-12-16 11:55:42 +00:00
88d1dba3fc
gets rid of an error message that confuses users git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19238 b3059339-0415-0410-9bf9-f77b7e298cf2
17 lines
272 B
C
17 lines
272 B
C
#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 */
|