Browse Source

remove old msvc cruft

Originally committed as revision 5735 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Måns Rullgård 19 years ago
parent
commit
b2b48c77ca
1 changed files with 2 additions and 8 deletions
  1. +2
    -8
      libavutil/common.h

+ 2
- 8
libavutil/common.h View File

@@ -94,14 +94,8 @@
typedef unsigned char uint8_t;
typedef unsigned short uint16_t;
typedef unsigned int uint32_t;

# ifdef __MINGW32__
typedef signed __int64 int64_t;
typedef unsigned __int64 uint64_t;
# else /* other OS */
typedef signed long long int64_t;
typedef unsigned long long uint64_t;
# endif /* other OS */
typedef signed long long int64_t;
typedef unsigned long long uint64_t;
#endif /* EMULATE_INTTYPES */

#ifndef PRId64


Loading…
Cancel
Save