On Friday 07 July 2006 19:37, Markus Rothe wrote:
> For more information look here [1]. On Gentoo we apply a patch on all
> arches fixing this.
sorry, has been late yesterday.. I did it wrong. a small patch for the patch.
--- transcode-HEAD-types.patch 2006-07-07 19:22:34.000000000 +0000
+++ transcode-HEAD-types.patch.new 2006-07-08 07:29:45.000000000 +0000
@@ -137,7 +137,7 @@
-__u32 *RTjpeg_ciqt;
+int16_t *block; // rh
+int16_t *RTjpeg_block;
-+int16_t *RTjpeg_lqt;
++int32_t *RTjpeg_lqt;
+int32_t *RTjpeg_cqt;
+uint32_t *RTjpeg_liqt;
+uint32_t *RTjpeg_ciqt;
@@ -775,7 +775,7 @@
-int RTjpeg_mcompressYUV422(__s8 *sp, unsigned char *bp, __u16 lmask, __u16 cmask)
-+int RTjpeg_mcompressYUV422(int8_t *sp, unsigned char *bp, uint16_t lmask, uint64_t cmask)
++int RTjpeg_mcompressYUV422(int8_t *sp, unsigned char *bp, uint16_t lmask, uint16_t cmask)
{
- __s8 * sb;
- __s16 *block;