annotate libdha/config.h @ 8016:892c73ce9ba3

I ported mplayer to the GNU system (also known as GNU/Hurd), it was just a matter of adding it to the makefiles and other misc fix. Patch by Robert Millan <zeratul2@wanadoo.es>
author arpi
date Fri, 01 Nov 2002 00:05:56 +0000
parents 0e39a6112333
children 9dbb9c710480
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4473
620c6ade8188 initial
alex
parents:
diff changeset
1 #ifndef LIBDHA_CONFIG_H
620c6ade8188 initial
alex
parents:
diff changeset
2 #define LIBDHA_CONFIG_H
620c6ade8188 initial
alex
parents:
diff changeset
3
620c6ade8188 initial
alex
parents:
diff changeset
4 #include "../config.h"
620c6ade8188 initial
alex
parents:
diff changeset
5
620c6ade8188 initial
alex
parents:
diff changeset
6 #ifdef TARGET_LINUX
7842
0e39a6112333 don't build dhahelper on PPC linux
arpi
parents: 4473
diff changeset
7 #ifndef __powerpc__
4473
620c6ade8188 initial
alex
parents:
diff changeset
8 #define CONFIG_DHAHELPER
620c6ade8188 initial
alex
parents:
diff changeset
9 #endif
7842
0e39a6112333 don't build dhahelper on PPC linux
arpi
parents: 4473
diff changeset
10 #endif
4473
620c6ade8188 initial
alex
parents:
diff changeset
11
620c6ade8188 initial
alex
parents:
diff changeset
12 #endif /* LIBDHA_CONFIG_H */