[SCM] faad2 packaging branch, master, updated. debian/2.7-1-3-g4dbffe1

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Wed Oct 14 14:48:42 UTC 2009


The following commit has been merged in the master branch:
commit 4dbffe1e35515f6bbdb185ac03c1b23e756faecf
Author: Fabian Greffrath <fabian at debian-unofficial.org>
Date:   Wed Oct 14 16:53:09 2009 +0200

    debian/patches/unix-has-stdint_h.patch: New patch to #include <stdint.h> on all __unix__ platforms.

diff --git a/debian/patches/series b/debian/patches/series
index 6f54935..1ed973e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 manpage.patch
 libmp4ff-shared-lib.patch
 70_automake-1.9.patch
+unix-has-stdint_h.patch
diff --git a/debian/patches/unix-has-stdint_h.patch b/debian/patches/unix-has-stdint_h.patch
new file mode 100644
index 0000000..294982e
--- /dev/null
+++ b/debian/patches/unix-has-stdint_h.patch
@@ -0,0 +1,11 @@
+--- faad2.orig/common/mp4ff/mp4ff.h
++++ faad2/common/mp4ff/mp4ff.h
+@@ -35,7 +35,7 @@
+ extern "C" {
+ #endif /* __cplusplus */
+ 
+-#ifdef HAVE_STDINT_H
++#ifdef __unix__
+ #include <stdint.h>
+ #else
+ #include "mp4ff_int_types.h"

-- 
faad2 packaging



More information about the pkg-multimedia-commits mailing list