[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
- Previous message: [MPlayer-cvslog] CVS: main/libmpcodecs vf_scale.c,1.58,1.59
- Next message: [MPlayer-cvslog] CVS: main/libvo vo_x11.c, 1.142, 1.143 vo_xmga.c, 1.92, 1.93 vo_xover.c, 1.12, 1.13 vo_xv.c, 1.165, 1.166 vo_xvidix.c, 1.72, 1.73 vo_xvmc.c, 1.20, 1.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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__ */
- Previous message: [MPlayer-cvslog] CVS: main/libmpcodecs vf_scale.c,1.58,1.59
- Next message: [MPlayer-cvslog] CVS: main/libvo vo_x11.c, 1.142, 1.143 vo_xmga.c, 1.92, 1.93 vo_xover.c, 1.12, 1.13 vo_xv.c, 1.165, 1.166 vo_xvidix.c, 1.72, 1.73 vo_xvmc.c, 1.20, 1.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list