[Ffmpeg-cvslog] CVS: ffmpeg/libavutil common.h,1.159,1.160

Diego Biurrun CVS diego
Sun Jan 22 19:34:19 CET 2006


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)
 





More information about the ffmpeg-cvslog mailing list