From f515356aa3c6be9960b959b81da52d2c4d17c6d1 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 21 May 2005 15:05:31 +0000 Subject: sanity checks git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15539 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libaf/config.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libaf/config.h') diff --git a/libaf/config.h b/libaf/config.h index 22a20ae4fa..197cc5ae43 100644 --- a/libaf/config.h +++ b/libaf/config.h @@ -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__ */ -- cgit v1.2.3