Commit 0327e913 authored by mru's avatar mru

remove impossible #ifdef case


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5736 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f0f41314
......@@ -176,18 +176,8 @@ typedef uint64_t uint_fast64_t;
/* windows */
# if !defined(__MINGW32__) && !defined(__CYGWIN__)
# define int64_t_C(c) (c ## i64)
# define uint64_t_C(c) (c ## i64)
# 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__ */
# define int64_t_C(c) (c ## LL)
# define uint64_t_C(c) (c ## ULL)
# ifdef HAVE_AV_CONFIG_H
# ifdef _DEBUG
......
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