Browse Source

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
tags/v0.5
Michael Niedermayer 21 years ago
parent
commit
49e17f8407
1 changed files with 10 additions and 6 deletions
  1. +10
    -6
      libavcodec/common.h

+ 10
- 6
libavcodec/common.h View File

@@ -99,19 +99,23 @@ typedef signed __int64 int64_t;
# define int64_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
# define int64_t_C(c) (c ## LL)
# define uint64_t_C(c) (c ## ULL)
# endif /* __MINGW32__ */

# ifdef _DEBUG
# define DEBUG
# endif
# ifdef HAVE_AV_CONFIG_H
# ifdef _DEBUG
# define DEBUG
# endif

# define snprintf _snprintf
# define vsnprintf _vsnprintf
# define snprintf _snprintf
# define vsnprintf _vsnprintf
# endif

/* CONFIG_WIN32 end */
#elif defined (CONFIG_OS2)


Loading…
Cancel
Save