diff options
author | lioux <lioux@FreeBSD.org> | 2002-05-03 09:37:30 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-05-03 09:37:30 +0800 |
commit | 0991a59b0a4209598e405cd892a9ce2e48751772 (patch) | |
tree | 4900962d377651d72a78c68250552fdf4efd24bc /multimedia | |
parent | b958a5a96ed0d4ce26c9199d6b3040974456e6b2 (diff) | |
download | freebsd-ports-gnome-0991a59b0a4209598e405cd892a9ce2e48751772.tar.gz freebsd-ports-gnome-0991a59b0a4209598e405cd892a9ce2e48751772.tar.zst freebsd-ports-gnome-0991a59b0a4209598e405cd892a9ce2e48751772.zip |
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
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libmpeg2/files/patch-libvo::video_out_mga.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/multimedia/libmpeg2/files/patch-libvo::video_out_mga.c b/multimedia/libmpeg2/files/patch-libvo::video_out_mga.c new file mode 100644 index 000000000000..de4311be570e --- /dev/null +++ b/multimedia/libmpeg2/files/patch-libvo::video_out_mga.c @@ -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, |