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-af14
1 files changed, 5 insertions, 9 deletions
diff --git a/audio/faad2/patches/patch-af b/audio/faad2/patches/patch-af
index 18368469850..ee95465f598 100644
--- a/audio/faad2/patches/patch-af
+++ b/audio/faad2/patches/patch-af
@@ -1,17 +1,13 @@
-$NetBSD: patch-af,v 1.3 2007/12/09 10:55:32 drochner Exp $
+$NetBSD: patch-af,v 1.4 2009/08/11 11:16:38 drochner Exp $
---- common/mp4ff/mp4ff_int_types.h.orig 2005-02-01 14:15:55.000000000 +0100
+--- common/mp4ff/mp4ff_int_types.h.orig 2008-11-24 22:52:45.000000000 +0100
+++ common/mp4ff/mp4ff_int_types.h
-@@ -1,3 +1,5 @@
-+#include "config.h"
-+
- #ifndef _MP4FF_INT_TYPES_H_
- #define _MP4FF_INT_TYPES_H_
-
-@@ -15,7 +17,16 @@ typedef unsigned __int64 uint64_t;
+@@ -19,7 +19,18 @@ typedef unsigned __int64 uint64_t;
#else
++#include "faad2-config.h"
++
+#if HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif