[Ffmpeg-cvslog] r7047 - trunk/libavutil/internal.h
mru
subversion
Tue Nov 14 04:37:45 CET 2006
Author: mru
Date: Tue Nov 14 04:37:44 2006
New Revision: 7047
Modified:
trunk/libavutil/internal.h
Log:
merge CONFIG_WINCE sections
Modified: trunk/libavutil/internal.h
==============================================================================
--- trunk/libavutil/internal.h (original)
+++ trunk/libavutil/internal.h Tue Nov 14 04:37:44 2006
@@ -51,6 +51,7 @@
# ifdef CONFIG_WINCE
# define perror(a)
+# define abort()
# endif
/* __MINGW32__ end */
@@ -97,10 +98,6 @@
# define dprintf(fmt,...)
#endif
-#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)
extern const uint32_t ff_inverse[256];
More information about the ffmpeg-cvslog
mailing list