summaryrefslogtreecommitdiff
path: root/audio/faad2/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'audio/faad2/patches/patch-af')
-rw-r--r--audio/faad2/patches/patch-af12
1 files changed, 7 insertions, 5 deletions
diff --git a/audio/faad2/patches/patch-af b/audio/faad2/patches/patch-af
index 169ead8d4a6..d80c293c33e 100644
--- a/audio/faad2/patches/patch-af
+++ b/audio/faad2/patches/patch-af
@@ -1,6 +1,6 @@
-$NetBSD: patch-af,v 1.1 2004/05/15 13:02:33 grant Exp $
+$NetBSD: patch-af,v 1.2 2004/12/30 06:35:38 minskim Exp $
---- common/mp4ff/mp4ff_int_types.h.orig 2003-12-14 09:26:56.000000000 +1100
+--- common/mp4ff/mp4ff_int_types.h.orig 2003-12-13 16:26:56.000000000 -0600
+++ common/mp4ff/mp4ff_int_types.h
@@ -1,3 +1,5 @@
+#include "config.h"
@@ -8,15 +8,17 @@ $NetBSD: patch-af,v 1.1 2004/05/15 13:02:33 grant Exp $
#ifndef _MP4FF_INT_TYPES_H_
#define _MP4FF_INT_TYPES_H_
-@@ -15,9 +17,16 @@ typedef unsigned __int64 uint64_t;
+@@ -15,9 +17,18 @@ typedef unsigned __int64 uint64_t;
#else
+#if HAVE_SYS_TYPES_H
+#include <sys/types.h>
-+#elif HAVE_INTTYPES_H
++#endif
++#if HAVE_INTTYPES_H
+#include <inttypes.h>
-+#elif HAVE_STDINT_H
++#endif
++#if HAVE_STDINT_H
#include <stdint.h>
+#endif
+