diff options
author | Måns Rullgård <mans@mansr.com> | 2006-07-14 00:28:16 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-07-14 00:28:16 +0000 |
commit | 29e4710a702a300e19923e6e9ae1057dd3d8e610 (patch) | |
tree | 290a3eff2fbf1333a148736b0cc621c4ce13f77b /libavutil | |
parent | 0339e2b49f8a87937a1b7ad23ec8158e8ef3fe34 (diff) | |
download | ffmpeg-29e4710a702a300e19923e6e9ae1057dd3d8e610.tar.gz |
indent
Originally committed as revision 5739 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/common.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libavutil/common.h b/libavutil/common.h index 9558288bbb..ef54b7e74a 100644 --- a/libavutil/common.h +++ b/libavutil/common.h @@ -180,16 +180,16 @@ typedef uint64_t uint_fast64_t; #ifdef HAVE_AV_CONFIG_H #ifdef __MINGW32__ -# ifdef _DEBUG -# define DEBUG -# endif +# ifdef _DEBUG +# define DEBUG +# endif -# define snprintf _snprintf -# define vsnprintf _vsnprintf +# define snprintf _snprintf +# define vsnprintf _vsnprintf -# ifdef CONFIG_WINCE -# define perror(a) -# endif +# ifdef CONFIG_WINCE +# define perror(a) +# endif /* __MINGW32__ end */ #elif defined (CONFIG_OS2) |