annotate libdha/config.h @ 15546:4ac9c227d758

preinit audio filters in order to determine the final samplerate and number of channels, or audio encoders will be initialized with the wrong parameters
author nicodvb
date Sun, 22 May 2005 15:34:23 +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 */