mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
simplify
Originally committed as revision 5738 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6d3d62b3d3
commit
0339e2b49f
@ -172,14 +172,14 @@ typedef uint64_t uint_fast64_t;
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef int64_t_C
|
||||||
|
#define int64_t_C(c) (c ## LL)
|
||||||
|
#define uint64_t_C(c) (c ## ULL)
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_AV_CONFIG_H
|
||||||
|
|
||||||
#ifdef __MINGW32__
|
#ifdef __MINGW32__
|
||||||
|
|
||||||
/* windows */
|
|
||||||
|
|
||||||
# define int64_t_C(c) (c ## LL)
|
|
||||||
# define uint64_t_C(c) (c ## ULL)
|
|
||||||
|
|
||||||
# ifdef HAVE_AV_CONFIG_H
|
|
||||||
# ifdef _DEBUG
|
# ifdef _DEBUG
|
||||||
# define DEBUG
|
# define DEBUG
|
||||||
# endif
|
# endif
|
||||||
@ -191,25 +191,14 @@ typedef uint64_t uint_fast64_t;
|
|||||||
# define perror(a)
|
# define perror(a)
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
# endif
|
|
||||||
|
|
||||||
/* __MINGW32__ end */
|
/* __MINGW32__ end */
|
||||||
#elif defined (CONFIG_OS2)
|
#elif defined (CONFIG_OS2)
|
||||||
/* OS/2 EMX */
|
/* OS/2 EMX */
|
||||||
|
|
||||||
#ifdef HAVE_AV_CONFIG_H
|
|
||||||
|
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
|
|
||||||
#endif /* HAVE_AV_CONFIG_H */
|
|
||||||
#endif /* !__MINGW32__ && CONFIG_OS2 */
|
#endif /* !__MINGW32__ && CONFIG_OS2 */
|
||||||
|
|
||||||
#ifndef int64_t_C
|
|
||||||
#define int64_t_C(c) (c ## LL)
|
|
||||||
#define uint64_t_C(c) (c ## ULL)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HAVE_AV_CONFIG_H
|
|
||||||
# ifdef USE_FASTMEMCPY
|
# ifdef USE_FASTMEMCPY
|
||||||
# include "fastmemcpy.h"
|
# include "fastmemcpy.h"
|
||||||
# endif
|
# endif
|
||||||
|
Loading…
Reference in New Issue
Block a user