annotate libdha/config.h @ 10019:0ea7b9c6c27f

1000000000l default fps has been broken on ntsc for a LONG time because of this nonsense! (29.00?!?) no idea why no one caught it, i just have fps=29.97 in my config file... i hope the bsd code works; i can't test it. btw, the (int)*(void **)arg stuff is total nonsense, no idea how that even works...
author rfelker
date Tue, 29 Apr 2003 02:23:47 +0000
parents 9dbb9c710480
children a7e5d72343e5
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
8503
9dbb9c710480 svgalib kernelhelper support (based on patch by Matan Ziv-Av <matan@svgalib.org>) and some reordering/cleanup (part #1 ;)
alex
parents: 7842
diff changeset
12 #if defined(__powerpc__) && defined(CONFIG_SVGAHELPER)
9dbb9c710480 svgalib kernelhelper support (based on patch by Matan Ziv-Av <matan@svgalib.org>) and some reordering/cleanup (part #1 ;)
alex
parents: 7842
diff changeset
13 #undef CONFIG_SVGAHELPER
9dbb9c710480 svgalib kernelhelper support (based on patch by Matan Ziv-Av <matan@svgalib.org>) and some reordering/cleanup (part #1 ;)
alex
parents: 7842
diff changeset
14 #endif
9dbb9c710480 svgalib kernelhelper support (based on patch by Matan Ziv-Av <matan@svgalib.org>) and some reordering/cleanup (part #1 ;)
alex
parents: 7842
diff changeset
15
4473
620c6ade8188 initial
alex
parents:
diff changeset
16 #endif /* LIBDHA_CONFIG_H */