diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2007-04-20 23:45:53 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2007-04-20 23:45:53 +0000 |
commit | 61bc79ec9cf79dc92ac80045df69bc87d598f825 (patch) | |
tree | db8ca79c481b4b783202053d353093050d53c40e /libavutil | |
parent | 3154f6dbf972b27c41c64da3c4e0e776f74145d4 (diff) | |
download | ffmpeg-61bc79ec9cf79dc92ac80045df69bc87d598f825.tar.gz |
remove possibly broken wince cruft
Originally committed as revision 8763 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/internal.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h index fb7d07ca80..9856ca144b 100644 --- a/libavutil/internal.h +++ b/libavutil/internal.h @@ -106,11 +106,6 @@ # define snprintf _snprintf # define vsnprintf _vsnprintf -# ifdef CONFIG_WINCE -# define perror(a) -# define abort() -# endif - /* __MINGW32__ end */ #elif defined (CONFIG_OS2) /* OS/2 EMX */ |