# HG changeset patch # User mru # Date 1163475464 0 # Node ID 8a35b87bf4a1146908b3245cc2737a7d2283205d # Parent e8767b5a5fdbb0d842dca6707d4246c73986a9e7 merge CONFIG_WINCE sections diff -r e8767b5a5fdb -r 8a35b87bf4a1 internal.h --- a/internal.h Tue Nov 14 03:35:50 2006 +0000 +++ b/internal.h Tue Nov 14 03:37:44 2006 +0000 @@ -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];