watery01 / libyuv

Automatically exported from code.google.com/p/libyuv
0 stars 0 forks source link

gcc 4.8 msys build error #224

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
d:\src\libyuv\trunk\util>g++ -msse2 -O3 -fopenmp                                
   -o psnr_gcc_sse2_omp.exe  psnr.cc ssim.cc psnr_main.cc
ssim.cc:25:0: warning: "__SSE2__" redefined [enabled by default]
 #define __SSE2__
 ^
ssim.cc:1:0: note: this is the location of the previous definition
 /*
 ^

Original issue reported on code.google.com by fbarch...@chromium.org on 6 May 2013 at 7:41

GoogleCodeExporter commented 9 years ago
Fixed in r684

Original comment by fbarch...@chromium.org on 6 May 2013 at 8:53