diff options
-rw-r--r-- | graphics/libmpeg2/files/patch-libvo::video_out_mga.c | 18 | ||||
-rw-r--r-- | multimedia/libmpeg2/files/patch-libvo::video_out_mga.c | 18 |
2 files changed, 36 insertions, 0 deletions
diff --git a/graphics/libmpeg2/files/patch-libvo::video_out_mga.c b/graphics/libmpeg2/files/patch-libvo::video_out_mga.c new file mode 100644 index 000000000000..de4311be570e --- /dev/null +++ b/graphics/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, 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, |