Ticket #1787: patch-af

File patch-af, 414 bytes (added by vle@…, 16 years ago)

patch fixing the problem

Line 
1$NetBSD$
2
3--- libswscale/mlib/yuv2rgb_mlib.c.orig 2009-08-16 21:11:28.000000000 +0000
4+++ libswscale/mlib/yuv2rgb_mlib.c
5@@ -29,6 +29,7 @@
6 #include <assert.h>
7
8 #include "libswscale/swscale.h"
9+#include "libswscale/swscale_internal.h"
10
11 static int mlib_YUV2ARGB420_32(SwsContext *c, uint8_t* src[], int srcStride[], int srcSliceY,
12 int srcSliceH, uint8_t* dst[], int dstStride[])