Commit 41659d34 authored by michael's avatar michael

recommit of

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2352 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2f62a268
...@@ -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)
# ifdef HAVE_AV_CONFIG_H
# define inline __inline # 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 HAVE_AV_CONFIG_H
# ifdef _DEBUG # ifdef _DEBUG
# define DEBUG # define DEBUG
# endif # 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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment