Mercurial > libavutil.hg
changeset 139:8a35b87bf4a1 libavutil
merge CONFIG_WINCE sections
author | mru |
---|---|
date | Tue, 14 Nov 2006 03:37:44 +0000 |
parents | e8767b5a5fdb |
children | 84f2542340b9 |
files | internal.h |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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];