Skip to content
Snippets Groups Projects
Commit 49e17f84 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

recommit of

#define DEBUG fix by (Glenn Maynard <g_sf at zewt dot org>)

Originally committed as revision 2352 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 75917b88
No related branches found
No related tags found
No related merge requests found
...@@ -99,19 +99,23 @@ typedef signed __int64 int64_t; ...@@ -99,19 +99,23 @@ typedef signed __int64 int64_t;
# define int64_t_C(c) (c ## i64) # define int64_t_C(c) (c ## i64)
# define uint64_t_C(c) (c ## i64) # define uint64_t_C(c) (c ## i64)
# define inline __inline # ifdef HAVE_AV_CONFIG_H
# define inline __inline
# endif
# else # else
# define int64_t_C(c) (c ## LL) # define int64_t_C(c) (c ## LL)
# define uint64_t_C(c) (c ## ULL) # define uint64_t_C(c) (c ## ULL)
# endif /* __MINGW32__ */ # endif /* __MINGW32__ */
# ifdef _DEBUG # ifdef HAVE_AV_CONFIG_H
# define DEBUG # ifdef _DEBUG
# endif # define DEBUG
# endif
# define snprintf _snprintf # define snprintf _snprintf
# define vsnprintf _vsnprintf # define vsnprintf _vsnprintf
# endif
/* CONFIG_WIN32 end */ /* CONFIG_WIN32 end */
#elif defined (CONFIG_OS2) #elif defined (CONFIG_OS2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment