summaryrefslogtreecommitdiff
path: root/audio/faad2/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'audio/faad2/patches/patch-ad')
-rw-r--r--audio/faad2/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/faad2/patches/patch-ad b/audio/faad2/patches/patch-ad
new file mode 100644
index 00000000000..f76cee7e304
--- /dev/null
+++ b/audio/faad2/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2004/05/15 13:02:33 grant Exp $
+
+--- libfaad/common.h.orig 2004-02-06 23:55:24.000000000 +1100
++++ libfaad/common.h
+@@ -32,7 +32,7 @@
+ extern "C" {
+ #endif
+
+-#define INLINE __inline
++#define INLINE inline
+ #if defined(_WIN32) && !defined(_WIN32_WCE)
+ #define ALIGN __declspec(align(16))
+ #else