]> git.pld-linux.org Git - packages/faad2.git/commitdiff
- dropped, mp4ff_int_types.h uses <stdint.h> on !_WIN32;
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 4 Nov 2007 12:07:03 +0000 (12:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  more work to maintain patch than benefit (mp4ff.h is unpackaged private header)

Changed files:
    faad2-inttypes_h.patch -> 1.3

faad2-inttypes_h.patch [deleted file]

diff --git a/faad2-inttypes_h.patch b/faad2-inttypes_h.patch
deleted file mode 100644 (file)
index 1273a2d..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- faad2/common/mp4ff/mp4ff.h.orig    2006-05-17 20:49:20.000000000 +0200
-+++ faad2/common/mp4ff/mp4ff.h 2006-08-23 23:56:48.339167500 +0200
-@@ -37,7 +37,11 @@
- extern "C" {\r
- #endif /* __cplusplus */\r
\r
-+#ifdef _WIN32\r
- #include "mp4ff_int_types.h"\r
-+#else\r
-+#include <stdint.h>\r
-+#endif\r
\r
- /* file callback structure */\r
- typedef struct\r
This page took 0.131768 seconds and 4 git commands to generate.