[MPlayer-cvslog] CVS: main/libaf config.h,1.3,1.4

Alex Beregszaszi syncmail at mplayerhq.hu
Sat May 21 17:05:34 CEST 2005


CVS change done by Alex Beregszaszi

Update of /cvsroot/mplayer/main/libaf
In directory mail:/var2/tmp/cvs-serv19754

Modified Files:
	config.h 
Log Message:
sanity checks

Index: config.h
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/config.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- config.h	27 Dec 2004 17:30:13 -0000	1.3
+++ config.h	21 May 2005 15:05:31 -0000	1.4
@@ -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__ */




More information about the MPlayer-cvslog mailing list