summaryrefslogtreecommitdiff
path: root/audio/xmms-faad/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmms-faad/patches/patch-ad')
-rw-r--r--audio/xmms-faad/patches/patch-ad15
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/xmms-faad/patches/patch-ad b/audio/xmms-faad/patches/patch-ad
new file mode 100644
index 00000000000..302ae977c16
--- /dev/null
+++ b/audio/xmms-faad/patches/patch-ad
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.1.1.1 2005/05/21 03:16:23 grant 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>