summaryrefslogtreecommitdiff
path: root/audio/faad2/patches/patch-ad
blob: f76cee7e304fd79776a0dd9a667c9c829d05c22f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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