Closed GoogleCodeExporter closed 9 years ago
It works on Windows. Here are instructions
set GYP_DEFINES=target_arch=ia32
call python build\gyp_chromium -fninja -G msvs_version=2012 --depth=.
libyuv_test.gyp
ninja -C out\Debug
ninja -C out\Release
set GYP_DEFINES=target_arch=x64
call python build\gyp_chromium -fninja -G msvs_version=2012 --depth=.
libyuv_test.gyp
ninja -C out\Debug_x64
ninja -C out\Release_x64
Original comment by fbarch...@google.com
on 21 Feb 2013 at 1:28
Original issue reported on code.google.com by
fbarch...@google.com
on 21 Jan 2013 at 8:12