]> git.pld-linux.org Git - packages/faad2.git/blame - faad2-inttypes_h.patch
- rel 6
[packages/faad2.git] / faad2-inttypes_h.patch
CommitLineData
3d02632b
ER
1remove 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.080244 seconds and 4 git commands to generate.