[Ffmpeg-cvslog] CVS: ffmpeg/libavutil common.h,1.151,1.152
Diego Biurrun CVS
diego
Tue Sep 6 17:06:18 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg/libavutil
In directory mail:/var2/tmp/cvs-serv4938
Modified Files:
common.h
Log Message:
Wrong comment after #endif.
Noticed by Fred Rothganger < rothgang -- at -- uiuc -- dot -- edu >
Index: common.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavutil/common.h,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -d -r1.151 -r1.152
--- common.h 7 Jun 2005 14:12:15 -0000 1.151
+++ common.h 6 Sep 2005 15:06:16 -0000 1.152
@@ -102,7 +102,7 @@
typedef signed long long int64_t;
typedef unsigned long long uint64_t;
# endif /* other OS */
-#endif /* HAVE_INTTYPES_H */
+#endif /* EMULATE_INTTYPES */
#ifndef INT16_MIN
#define INT16_MIN (-0x7fff-1)
More information about the ffmpeg-cvslog
mailing list