[x265] Compile failure on MinGW-w64 GCC 4.7.1 - 8e0fa5f

Jan Ekstrom jeebjp at gmail.com
Tue Jan 14 11:16:47 CET 2014


On Tue, Jan 14, 2014 at 11:35 AM, Nikos Barkas <nikbar2004 at yahoo.com> wrote:
> Receiving this error on MinGW-w64 GCC 4.7.1 while attempting to build
> 8e0fa5f:

Yes, this is a bug, the variable i is out of scope there.

Given the for loop is finished at that point of the code, the variable
i has the value of the variable fullwords at that point. Thus I
/think/ the i can be replaced with fullwords there.

Jan E


More information about the x265-devel mailing list