OSDN Git Service

merge CONFIG_WINCE sections
authorMåns Rullgård <mans@mansr.com>
Tue, 14 Nov 2006 03:37:44 +0000 (03:37 +0000)
committerMåns Rullgård <mans@mansr.com>
Tue, 14 Nov 2006 03:37:44 +0000 (03:37 +0000)
Originally committed as revision 7047 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/internal.h

index e2316e6..8ae20d5 100644 (file)
@@ -51,6 +51,7 @@
 
 #    ifdef CONFIG_WINCE
 #        define perror(a)
+#        define abort()
 #    endif
 
 /* __MINGW32__ end */
 #    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];