summaryrefslogtreecommitdiff
path: root/audio/faad2/patches/patch-as
diff options
context:
space:
mode:
Diffstat (limited to 'audio/faad2/patches/patch-as')
-rw-r--r--audio/faad2/patches/patch-as15
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/faad2/patches/patch-as b/audio/faad2/patches/patch-as
new file mode 100644
index 00000000000..20cf88af6a6
--- /dev/null
+++ b/audio/faad2/patches/patch-as
@@ -0,0 +1,15 @@
+$NetBSD: patch-as,v 1.1 2006/08/06 10:38:42 wiz Exp $
+
+--- plugins/xmms/src/libmp4.c.orig 2003-12-04 05:37:56.000000000 +1100
++++ plugins/xmms/src/libmp4.c
+@@ -8,8 +8,8 @@
+
+ #include <pthread.h>
+ #include <gtk/gtk.h>
+-#include "faad.h"
+-#include "mp4.h"
++#include <faad.h>
++#include <mp4.h>
+
+ #include <xmms/plugin.h>
+ #include <xmms/util.h>