diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-05-03 01:37:30 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-05-03 01:37:30 +0000 |
commit | 1e8681dbd4a0963678f1c6c5d8ad4e9e51aaf912 (patch) | |
tree | fe05025a1d3823bc39ccd0e3e970ab27474fcff9 /multimedia | |
parent | Add new port fluxconf - a configuration program for the fluxbox (diff) |
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
Notes
Notes:
svn path=/head/; revision=58477
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, |