sanity checks

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15539 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2005-05-21 15:05:31 +00:00
parent 6ee561dbc4
commit f515356aa3
1 changed files with 8 additions and 0 deletions

View File

@ -8,10 +8,18 @@
//=============================================================================
*/
#ifndef __af_config_h__
#define __af_config_h__
#include "../config.h" // WORDS_BIGENDIAN
#ifndef MPLAYER_CONFIG_H
#error Mandatory WORDS_BIGENDIAN does not contain 0 nor 1
#endif
// Number of channels
#ifndef AF_NCH
#define AF_NCH 6
#endif
#endif /* __af_config_h__ */