Closed GoogleCodeExporter closed 9 years ago
A work around is disable the warning, or disable jpeg.
set GYP_DEFINES=buildtype=Official target_arch=x64 libyuv_enable_svn=1
libyuv_disable_jpeg=1
call python gyp_libyuv -fninja -Gconfig=Release_x64 -Gmsvs_version=2015
libyuv_test.gyp
ninja -C out\Release_x64
Original comment by fbarch...@chromium.org
on 15 May 2015 at 1:07
Original comment by fbarch...@chromium.org
on 15 May 2015 at 6:03
Wrong bug number for the blocking chromium issue. It should be 440500.
Original comment by brucedaw...@chromium.org
on 15 May 2015 at 6:09
Original comment by fbarch...@chromium.org
on 19 May 2015 at 12:41
I'm unable to repro?
The source code in jpeg casts a pointer to an int and then checks if its a
multiple of 16. Its safe enough and used to cause a warning, and now doesnt.
Closing as invalid.
Original comment by fbarch...@chromium.org
on 19 May 2015 at 1:34
Original issue reported on code.google.com by
fbarch...@chromium.org
on 14 May 2015 at 5:05