summaryrefslogtreecommitdiff
path: root/audio/xmms-wma/files/patch-xmms-wma.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-02-28 13:39:35 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-02-28 13:39:35 +0000
commit71ef1976078331cb49bc5f32fd1819e5bacdee0f (patch)
tree199d9da2794960a04aca0c1417f78acd87834f3a /audio/xmms-wma/files/patch-xmms-wma.c
parent- Add WITH_SSE and WITHOUT_MMX knobs (diff)
Add xmms-wma, a Windows Media Audio playback plugin for XMMS, based on ffmpeg.
PR: ports/63386 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
Notes
Notes: svn path=/head/; revision=102401
Diffstat (limited to 'audio/xmms-wma/files/patch-xmms-wma.c')
-rw-r--r--audio/xmms-wma/files/patch-xmms-wma.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/xmms-wma/files/patch-xmms-wma.c b/audio/xmms-wma/files/patch-xmms-wma.c
new file mode 100644
index 000000000000..08c722e1af94
--- /dev/null
+++ b/audio/xmms-wma/files/patch-xmms-wma.c
@@ -0,0 +1,11 @@
+--- xmms-wma.c.orig Thu Feb 26 12:26:21 2004
++++ xmms-wma.c Thu Feb 26 11:07:28 2004
+@@ -17,7 +17,7 @@
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <math.h>
+ #include <stdbool.h>
+ #include <stdio.h>