]> git.pld-linux.org Git - packages/faad2.git/blob - faad2-inttypes_h.patch
- updated to 2.5
[packages/faad2.git] / faad2-inttypes_h.patch
1 --- faad2/common/mp4ff/mp4ff.h.orig     2006-05-17 20:49:20.000000000 +0200
2 +++ faad2/common/mp4ff/mp4ff.h  2006-08-23 23:56:48.339167500 +0200
3 @@ -37,7 +37,11 @@
4  extern "C" {\r
5  #endif /* __cplusplus */\r
6  \r
7 +#ifdef _WIN32\r
8  #include "mp4ff_int_types.h"\r
9 +#else\r
10 +#include <stdint.h>\r
11 +#endif\r
12  \r
13  /* file callback structure */\r
14  typedef struct\r
This page took 0.057234 seconds and 3 git commands to generate.