Commit 9f4f490b authored by mru's avatar mru

merge CONFIG_WINCE sections


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7047 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 12e06d29
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
# ifdef CONFIG_WINCE # ifdef CONFIG_WINCE
# define perror(a) # define perror(a)
# define abort()
# endif # endif
/* __MINGW32__ end */ /* __MINGW32__ end */
...@@ -97,10 +98,6 @@ ...@@ -97,10 +98,6 @@
# define dprintf(fmt,...) # define dprintf(fmt,...)
#endif #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) #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]; extern const uint32_t ff_inverse[256];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment