aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-wma/files/patch-ffmpeg-strip-wma::asf.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmms-wma/files/patch-ffmpeg-strip-wma::asf.c')
-rw-r--r--audio/xmms-wma/files/patch-ffmpeg-strip-wma::asf.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/xmms-wma/files/patch-ffmpeg-strip-wma::asf.c b/audio/xmms-wma/files/patch-ffmpeg-strip-wma::asf.c
deleted file mode 100644
index 5f4d7ef98951..000000000000
--- a/audio/xmms-wma/files/patch-ffmpeg-strip-wma::asf.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ffmpeg-strip-wma/asf.c Fri Feb 20 03:21:31 2004
-+++ ffmpeg-strip-wma/asf.c Thu Mar 11 18:46:59 2004
-@@ -847,7 +847,7 @@
- {
- return;
- }
-- result = iconv(frt, &ansbptr, &len, &ansaptr, &len1);
-+ result = iconv(frt, (const char **)&ansbptr, &len, &ansaptr, &len1);
- if (result == (size_t) - 1)
- {
- return;