Codebase list faad2 / 40ca90d
Revert "debian/patches/unix-has-stdint_h.patch: New patch to #include <stdint.h> on all __unix__ platforms." This reverts commit 4dbffe1e35515f6bbdb185ac03c1b23e756faecf. Drop it. On Debian we should just unconditionally force to include stdint.h. Fabian Greffrath 14 years ago
2 changed file(s) with 0 addition(s) and 12 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
-11
debian/patches/unix-has-stdint_h.patch less more
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"