Hi all,

This patch ports avifile to gcc 6.
I'll upload this patch soon.

Yours,
Paul

-- 
                                PaulLiu (劉穎駿)
E-mail: Ying-Chun Liu (PaulLiu) <paul...@debian.org>
Description: Porting to gcc 6
 xlen and ylen have to accept negative values.
Author: Ying-Chun Liu (PaulLiu) <paul...@debian.org>
Bug-Debian: https://bugs.debian.org/811721
Last-Update: 2016-08-16
Index: avifile-0.7.48~20090503.ds/plugins/libmpeg_audiodec/mpegsound.h
===================================================================
--- avifile-0.7.48~20090503.ds.orig/plugins/libmpeg_audiodec/mpegsound.h
+++ avifile-0.7.48~20090503.ds/plugins/libmpeg_audiodec/mpegsound.h
@@ -160,7 +160,7 @@ typedef struct
 typedef struct
 {
     int tablename;
-    unsigned int xlen,ylen;
+    int xlen,ylen;
     unsigned int linbits;
     unsigned int treelen;
     const unsigned int (*val)[2];

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to