1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Re-enable build WITH_MGA. Still needs checking for correctness but

fixes build. Remark from submitter: "static functions without any
where call are broken"

Submitted by:	nork
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2002-05-03 01:37:30 +00:00
parent 0328be6e60
commit 1e8681dbd4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58477
2 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,18 @@
--- libvo/video_out_mga.c.orig Thu May 2 22:30:47 2002
+++ libvo/video_out_mga.c Thu May 2 22:31:13 2002
@@ -44,6 +44,7 @@
#include "attributes.h"
#include "mmx.h"
+#if 0
static void yuvinterleave (uint8_t * dst, uint8_t * pu, uint8_t * pv,
int width)
{
@@ -85,6 +86,7 @@
dst += bes_stride;
} while (--i);
}
+#endif
static void yuv2g400_c (uint8_t * dst, uint8_t * py,
uint8_t * pu, uint8_t * pv,

View File

@ -0,0 +1,18 @@
--- libvo/video_out_mga.c.orig Thu May 2 22:30:47 2002
+++ libvo/video_out_mga.c Thu May 2 22:31:13 2002
@@ -44,6 +44,7 @@
#include "attributes.h"
#include "mmx.h"
+#if 0
static void yuvinterleave (uint8_t * dst, uint8_t * pu, uint8_t * pv,
int width)
{
@@ -85,6 +86,7 @@
dst += bes_stride;
} while (--i);
}
+#endif
static void yuv2g400_c (uint8_t * dst, uint8_t * py,
uint8_t * pu, uint8_t * pv,