[MPlayer-cvslog] CVS: main/libaf af_format.h,1.6,1.7

Reimar Döffinger CVS syncmail at mplayerhq.hu
Wed Jan 12 23:00:05 CET 2005


CVS change done by Reimar Döffinger CVS

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

Modified Files:
	af_format.h 
Log Message:
af_format.h needs config.h to be included first.


Index: af_format.h
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af_format.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- af_format.h	3 Jan 2005 18:59:16 -0000	1.6
+++ af_format.h	12 Jan 2005 22:00:02 -0000	1.7
@@ -4,6 +4,10 @@
 #ifndef __af_format_h__
 #define __af_format_h__
 
+#ifndef MPLAYER_CONFIG_H
+#error af_format.h needs config.h
+#endif
+
 // Endianess
 #define AF_FORMAT_BE		(0<<0) // Big Endian
 #define AF_FORMAT_LE		(1<<0) // Little Endian




More information about the MPlayer-cvslog mailing list