[Ffmpeg-cvslog] CVS: ffmpeg/libavutil common.h,1.159,1.160
Diego Biurrun CVS
diego
Sun Jan 22 19:34:19 CET 2006
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavformat os_support.c, 1.6, 1.7 utils.c, 1.173, 1.174
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec cscd.c, 1.3, 1.4 lzo.c, 1.5, 1.6 lzo.h, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/ffmpeg/ffmpeg/libavutil
In directory mail:/var2/tmp/cvs-serv1739/libavutil
Modified Files:
common.h
Log Message:
WinCE cross-compilation support
patch by Gildas Bazin < gbazin **@** altern **.** org >
Index: common.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavutil/common.h,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -d -r1.159 -r1.160
--- common.h 22 Dec 2005 01:10:11 -0000 1.159
+++ common.h 22 Jan 2006 18:34:17 -0000 1.160
@@ -200,6 +200,11 @@
# define snprintf _snprintf
# define vsnprintf _vsnprintf
+
+# ifdef CONFIG_WINCE
+# define perror(a)
+# endif
+
# endif
/* CONFIG_WIN32 end */
@@ -281,6 +286,9 @@
# endif
# endif /* !CONFIG_WIN32 */
+# ifdef CONFIG_WINCE
+# define abort()
+# endif
# define av_abort() do { av_log(NULL, AV_LOG_ERROR, "Abort at %s:%d\n", __FILE__, __LINE__); abort(); } while (0)
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavformat os_support.c, 1.6, 1.7 utils.c, 1.173, 1.174
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec cscd.c, 1.3, 1.4 lzo.c, 1.5, 1.6 lzo.h, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ffmpeg-cvslog
mailing list