summaryrefslogtreecommitdiff
path: root/libavutil/internal.h
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-11-14 03:37:44 +0000
committerMåns Rullgård <mans@mansr.com>2006-11-14 03:37:44 +0000
commitf940f7c9d28f1ab1134d1933ded7afd430ab943b (patch)
tree9bac58867b2df06118fe86715b86cb58c22cf32e /libavutil/internal.h
parent635eb0cc3d65b074e03c8dd608345f96631c459f (diff)
merge CONFIG_WINCE sections
Originally committed as revision 7047 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/internal.h')
-rw-r--r--libavutil/internal.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h
index e2316e647a..8ae20d564d 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -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];