comparison libaf/config.h @ 15538:ade823c5c294

sanity checks
author alex
date Sat, 21 May 2005 15:05:31 +0000
parents 815f03b7cee5
children
comparison
equal deleted inserted replaced
15537:7e9403eec2f6 15538:ade823c5c294
6 // Copyright 2002 Anders Johansson ajh@watri.uwa.edu.au 6 // Copyright 2002 Anders Johansson ajh@watri.uwa.edu.au
7 // 7 //
8 //============================================================================= 8 //=============================================================================
9 */ 9 */
10 10
11 #ifndef __af_config_h__
12 #define __af_config_h__
13
11 #include "../config.h" // WORDS_BIGENDIAN 14 #include "../config.h" // WORDS_BIGENDIAN
15
16 #ifndef MPLAYER_CONFIG_H
17 #error Mandatory WORDS_BIGENDIAN does not contain 0 nor 1
18 #endif
12 19
13 // Number of channels 20 // Number of channels
14 #ifndef AF_NCH 21 #ifndef AF_NCH
15 #define AF_NCH 6 22 #define AF_NCH 6
16 #endif 23 #endif
17 24
25 #endif /* __af_config_h__ */