Commit 55a1cc24 authored by mru's avatar mru

simplify


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5737 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0327e913
...@@ -197,25 +197,12 @@ typedef uint64_t uint_fast64_t; ...@@ -197,25 +197,12 @@ typedef uint64_t uint_fast64_t;
#elif defined (CONFIG_OS2) #elif defined (CONFIG_OS2)
/* OS/2 EMX */ /* OS/2 EMX */
#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 HAVE_AV_CONFIG_H
#ifdef USE_FASTMEMCPY
#include "fastmemcpy.h"
#endif
#include <float.h> #include <float.h>
#endif /* HAVE_AV_CONFIG_H */ #endif /* HAVE_AV_CONFIG_H */
#endif /* !__MINGW32__ && CONFIG_OS2 */
/* CONFIG_OS2 end */
#else
/* unix */
#ifndef int64_t_C #ifndef int64_t_C
#define int64_t_C(c) (c ## LL) #define int64_t_C(c) (c ## LL)
...@@ -223,15 +210,9 @@ typedef uint64_t uint_fast64_t; ...@@ -223,15 +210,9 @@ typedef uint64_t uint_fast64_t;
#endif #endif
#ifdef HAVE_AV_CONFIG_H #ifdef HAVE_AV_CONFIG_H
# ifdef USE_FASTMEMCPY
# ifdef USE_FASTMEMCPY # include "fastmemcpy.h"
# include "fastmemcpy.h" # endif
# endif
# endif /* HAVE_AV_CONFIG_H */
#endif /* !__MINGW32__ && !CONFIG_OS2 */
#ifdef HAVE_AV_CONFIG_H
#if defined(__MINGW32__) && !defined(BUILD_AVUTIL) && defined(BUILD_SHARED_AV) #if defined(__MINGW32__) && !defined(BUILD_AVUTIL) && defined(BUILD_SHARED_AV)
# define FF_IMPORT_ATTR __declspec(dllimport) # define FF_IMPORT_ATTR __declspec(dllimport)
......
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