2753536587 / libyuv

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

Build error on Linux ia32 #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This was introduced in r99.

On Linux, running:
./build/gyp_chromium --depth=. libyuv.gyp -Dtarget_arch=ia32
make

results in:
CXX(target) out/Debug/obj.target/libyuv/source/scale.o
source/rotate.cc:385: error: expected ‘)’ before ‘TransposeUVWx8_SSE2’
make: *** [out/Debug/obj.target/libyuv/source/rotate.o] Error 1
make: *** Waiting for unfinished jobs....
source/scale.cc:1635: error: expected ‘)’ before ‘ScaleRowDown8Int_SSE2’
source/scale.cc:1967: error: expected ‘)’ before ‘ScaleAddRows_SSE2’
source/scale.cc:2011: error: expected ‘)’ before ‘ScaleFilterRows_SSE2’
source/scale.cc:2099: error: expected ‘)’ before ‘ScaleFilterRows_SSSE3’
make: *** [out/Debug/obj.target/libyuv/source/scale.o] Error 1

Original issue reported on code.google.com by andrew@webrtc.org on 10 Dec 2011 at 1:00

GoogleCodeExporter commented 9 years ago

Original comment by andrew@webrtc.org on 11 Dec 2011 at 6:09

GoogleCodeExporter commented 9 years ago
Fixed in r101. Closing.

Original comment by andrew@webrtc.org on 11 Dec 2011 at 10:32