]> git.pld-linux.org Git - packages/faad2.git/blob - faad2-inttypes_h.patch
- gcc4 patch enabled.
[packages/faad2.git] / faad2-inttypes_h.patch
1 remove need for inclusion of mp4ff_int_types.h in -devel package
2
3 --- ./common/mp4ff/mp4ff.h~     2004-01-11 17:52:18.000000000 +0200
4 +++ ./common/mp4ff/mp4ff.h      2005-09-08 03:29:23.000000000 +0300
5 @@ -32,7 +32,11 @@
6  extern "C" {
7  #endif /* __cplusplus */
8  
9 +#ifdef _WIN32
10  #include "mp4ff_int_types.h"
11 +#else
12 +#include <stdint.h>
13 +#endif
14  
15  /* file callback structure */
16  typedef struct
This page took 0.06371 seconds and 3 git commands to generate.