[SCM] libav/experimental: remove impossible #ifdef case
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:49:06 UTC 2013
The following commit has been merged in the experimental branch:
commit 1dd590619ade0cf7894e01393ffbc6b79d39373c
Author: Måns Rullgård <mans at mansr.com>
Date: Fri Jul 14 00:04:40 2006 +0000
remove impossible #ifdef case
Originally committed as revision 5736 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavutil/common.h b/libavutil/common.h
index 32cada4..3e92e29 100644
--- a/libavutil/common.h
+++ b/libavutil/common.h
@@ -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
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list