Codebase list faad2 / 4dbffe1
debian/patches/unix-has-stdint_h.patch: New patch to #include <stdint.h> on all __unix__ platforms. Fabian Greffrath 14 years ago
2 changed file(s) with 12 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 manpage.patch
11 libmp4ff-shared-lib.patch
22 70_automake-1.9.patch
3 unix-has-stdint_h.patch
0 --- faad2.orig/common/mp4ff/mp4ff.h
1 +++ faad2/common/mp4ff/mp4ff.h
2 @@ -35,7 +35,7 @@
3 extern "C" {
4 #endif /* __cplusplus */
5
6 -#ifdef HAVE_STDINT_H
7 +#ifdef __unix__
8 #include <stdint.h>
9 #else
10 #include "mp4ff_int_types.h"