repo.or.cz
/
mplayer
/
greg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
typo fixes
[mplayer/greg.git]
/
libdha
/
config.h
blob
15f61eecc74b0023f9dfa4741a9aa400e3cf3d2c
1
#ifndef LIBDHA_CONFIG_H
2
#define LIBDHA_CONFIG_H
3
4
#include
"../config.h"
5
6
#ifdef TARGET_LINUX
7
#ifndef __powerpc__
8
#define CONFIG_DHAHELPER
9
#endif
10
#endif
11
12
#if defined(__powerpc__) && defined(CONFIG_SVGAHELPER)
13
#undef CONFIG_SVGAHELPER
14
#endif
15
16
#endif
/* LIBDHA_CONFIG_H */