summaryrefslogtreecommitdiff
path: root/multimedia/mplayer-share/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mplayer-share/patches/patch-af')
-rw-r--r--multimedia/mplayer-share/patches/patch-af14
1 files changed, 0 insertions, 14 deletions
diff --git a/multimedia/mplayer-share/patches/patch-af b/multimedia/mplayer-share/patches/patch-af
deleted file mode 100644
index f7f0503864f..00000000000
--- a/multimedia/mplayer-share/patches/patch-af
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-af,v 1.6 2010/09/05 23:00:55 wiz Exp $
-
-Fix build on Solaris, see http://bugzilla.mplayerhq.hu/show_bug.cgi?id=1787
-
---- libswscale/mlib/yuv2rgb_mlib.c.orig 2009-08-16 21:11:28.000000000 +0000
-+++ libswscale/mlib/yuv2rgb_mlib.c
-@@ -29,6 +29,7 @@
- #include <assert.h>
-
- #include "libswscale/swscale.h"
-+#include "libswscale/swscale_internal.h"
-
- static int mlib_YUV2ARGB420_32(SwsContext *c, uint8_t* src[], int srcStride[], int srcSliceY,
- int srcSliceH, uint8_t* dst[], int dstStride[])