[csw-devel] SF.net SVN: gar:[7832] csw/mgar/pkg/libfaad2/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Sat Jan 2 20:27:00 CET 2010
Revision: 7832
http://gar.svn.sourceforge.net/gar/?rev=7832&view=rev
Author: dmichelsen
Date: 2010-01-02 19:26:57 +0000 (Sat, 02 Jan 2010)
Log Message:
-----------
libfaad2: Add another SS patch
Modified Paths:
--------------
csw/mgar/pkg/libfaad2/trunk/Makefile
csw/mgar/pkg/libfaad2/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/libfaad2/trunk/files/0003-Use-inttypes-instead-of-stdint.patch
Modified: csw/mgar/pkg/libfaad2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libfaad2/trunk/Makefile 2010-01-02 16:54:31 UTC (rev 7831)
+++ csw/mgar/pkg/libfaad2/trunk/Makefile 2010-01-02 19:26:57 UTC (rev 7832)
@@ -13,6 +13,7 @@
DISTFILES = $(DISTNAME).tar.bz2
PATCHFILES = 0001-Remove-iquote-from-CFLAGS-unknown-to-SS.patch
PATCHFILES += 0002-Use-inline-suitable-for-SS.patch
+PATCHFILES += 0003-Use-inttypes-instead-of-stdint.patch
PACKAGES = CSWfaad2
CATALOGNAME = faad2
Modified: csw/mgar/pkg/libfaad2/trunk/checksums
===================================================================
--- csw/mgar/pkg/libfaad2/trunk/checksums 2010-01-02 16:54:31 UTC (rev 7831)
+++ csw/mgar/pkg/libfaad2/trunk/checksums 2010-01-02 19:26:57 UTC (rev 7832)
@@ -1,3 +1,4 @@
03a038258ea594c90c9b58e8572a262b 0001-Remove-iquote-from-CFLAGS-unknown-to-SS.patch
ea595fc8a7759c1ca424bcb226c52975 0002-Use-inline-suitable-for-SS.patch
+548781681ae7b3ad6e3ae9c2ff556f11 0003-Use-inttypes-instead-of-stdint.patch
4c332fa23febc0e4648064685a3d4332 faad2-2.7.tar.bz2
Added: csw/mgar/pkg/libfaad2/trunk/files/0003-Use-inttypes-instead-of-stdint.patch
===================================================================
--- csw/mgar/pkg/libfaad2/trunk/files/0003-Use-inttypes-instead-of-stdint.patch (rev 0)
+++ csw/mgar/pkg/libfaad2/trunk/files/0003-Use-inttypes-instead-of-stdint.patch 2010-01-02 19:26:57 UTC (rev 7832)
@@ -0,0 +1,26 @@
+From c02c28a516d3baecef4253f305af295078c530c8 Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Sat, 2 Jan 2010 17:49:08 +0100
+Subject: [PATCH 3/3] Use inttypes instead of stdint
+
+---
+ common/mp4ff/mp4ff_int_types.h | 3 ++-
+ 1 files changed, 2 insertions(+), 1 deletions(-)
+
+diff --git a/common/mp4ff/mp4ff_int_types.h b/common/mp4ff/mp4ff_int_types.h
+index 15e7fd6..bf8b0c0 100644
+--- a/common/mp4ff/mp4ff_int_types.h
++++ b/common/mp4ff/mp4ff_int_types.h
+@@ -19,7 +19,8 @@ typedef unsigned __int64 uint64_t;
+
+ #else
+
+-#include <stdint.h>
++/* #include <stdint.h> */
++#include <inttypes.h>
+
+ #endif
+
+--
+1.6.6
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list