Commit 40e956d5 authored by diego's avatar diego

Remove old MSVC remnants.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5709 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5e2437f9
......@@ -6,14 +6,6 @@
#ifndef COMMON_H
#define COMMON_H
#if defined(WIN32) && !defined(__MINGW32__) && !defined(__CYGWIN__)
# define CONFIG_WIN32
#endif
#if defined(WIN32) && !defined(__MINGW32__) && !defined(__CYGWIN__) && !defined(EMULATE_INTTYPES)
# define EMULATE_INTTYPES
#endif
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
......@@ -292,19 +284,12 @@ typedef uint64_t uint_fast64_t;
# include <assert.h>
/* dprintf macros */
# if defined(CONFIG_WIN32) && !defined(__MINGW32__) && !defined(__CYGWIN__)
inline void dprintf(const char* fmt,...) {}
# else
# ifdef DEBUG
# define dprintf(fmt,...) av_log(NULL, AV_LOG_DEBUG, fmt, __VA_ARGS__)
# else
# define dprintf(fmt,...)
# endif
# endif /* !CONFIG_WIN32 */
# ifdef CONFIG_WINCE
# define abort()
# endif
......
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