[FFmpeg-cvslog] r9595 - trunk/libavutil/internal.h
ramiro
subversion
Wed Jul 11 15:50:59 CEST 2007
Author: ramiro
Date: Wed Jul 11 15:50:59 2007
New Revision: 9595
Log:
Remove unnecessary MINGW ifdef.
These were added for MSVC++, which is no longer supported.
Modified:
trunk/libavutil/internal.h
Modified: trunk/libavutil/internal.h
==============================================================================
--- trunk/libavutil/internal.h (original)
+++ trunk/libavutil/internal.h Wed Jul 11 15:50:59 2007
@@ -93,16 +93,6 @@
# define offsetof(T,F) ((unsigned int)((char *)&((T *)0)->F))
#endif
-#ifdef __MINGW32__
-# ifdef _DEBUG
-# define DEBUG
-# endif
-
-# define snprintf _snprintf
-# define vsnprintf _vsnprintf
-
-#endif /* !__MINGW32__ */
-
#ifdef USE_FASTMEMCPY
# include "libvo/fastmemcpy.h"
# define memcpy(a,b,c) fast_memcpy(a,b,c)
More information about the ffmpeg-cvslog
mailing list