[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
- Previous message: [MPlayer-cvslog] CVS: main cpudetect.c,1.38,1.39
- Next message: [MPlayer-cvslog] CVS: main/libao2 ao_arts.c, 1.10, 1.11 ao_dsound.c, 1.9, 1.10 ao_esd.c, 1.10, 1.11 ao_jack.c, 1.6, 1.7 ao_macosx.c, 1.9, 1.10 ao_nas.c, 1.20, 1.21 ao_null.c, 1.13, 1.14 ao_polyp.c, 1.4, 1.5 ao_win32.c, 1.21, 1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [MPlayer-cvslog] CVS: main cpudetect.c,1.38,1.39
- Next message: [MPlayer-cvslog] CVS: main/libao2 ao_arts.c, 1.10, 1.11 ao_dsound.c, 1.9, 1.10 ao_esd.c, 1.10, 1.11 ao_jack.c, 1.6, 1.7 ao_macosx.c, 1.9, 1.10 ao_nas.c, 1.20, 1.21 ao_null.c, 1.13, 1.14 ao_polyp.c, 1.4, 1.5 ao_win32.c, 1.21, 1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list