watery01 / libyuv

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

chromium build bot YUY2ToYRow_Any_NEON link error #105

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
chromeos-chrome-24.0.1283.0_alpha-r1: 
/usr/x86_64-pc-linux-gnu/armv7a-cros-linux-gnueabi/binutils-bin/2.21/ld.gold.rea
l: warning: hidden symbol 'BZ2_bzDecompressInit' in 
c/Release/obj.target/third_party/bzip2/libchrome_bz2.a(c/Release/obj.target/thir
d_party/bzip2/../../bzip2/third_party/bzip2/bzlib.o) is referenced by DSO 
/build/daisy/usr/lib/libfreetype.so
chromeos-chrome-24.0.1283.0_alpha-r1: 
/usr/x86_64-pc-linux-gnu/armv7a-cros-linux-gnueabi/binutils-bin/2.21/ld.gold.rea
l: 
c/Release/obj.target/third_party/libyuv/libyuv.a(c/Release/obj.target/third_part
y/libyuv/../../libyuv/third_party/libyuv/source/convert.o): in function 
YUY2ToI420:third_party/libyuv/include/libyuv/cpu_id.h:51: error: undefined 
reference to 'YUY2ToYRow_Any_NEON'
chromeos-chrome-24.0.1283.0_alpha-r1: 
/usr/x86_64-pc-linux-gnu/armv7a-cros-linux-gnueabi/binutils-bin/2.21/ld.gold.rea
l: 
c/Release/obj.target/third_party/libyuv/libyuv.a(c/Release/obj.target/third_part
y/libyuv/../../libyuv/third_party/libyuv/source/convert.o): in function 
YUY2ToI420:third_party/libyuv/include/libyuv/cpu_id.h:51: error: undefined 
reference to 'YUY2ToUVRow_Any_NEON'
chromeos-chrome-24.0.1283.0_alpha-r1: 
/usr/x86_64-pc-linux-gnu/armv7a-cros-linux-gnueabi/binutils-bin/2.21/ld.gold.rea
l: 
c/Release/obj.target/third_party/libyuv/libyuv.a(c/Release/obj.target/third_part
y/libyuv/../../libyuv/third_party/libyuv/source/convert.o): in function 
UYVYToI420:third_party/libyuv/include/libyuv/cpu_id.h:51: error: undefined 
reference to 'UYVYToYRow_Any_NEON'
chromeos-chrome-24.0.1283.0_alpha-r1: 
/usr/x86_64-pc-linux-gnu/armv7a-cros-linux-gnueabi/binutils-bin/2.21/ld.gold.rea
l: 
c/Release/obj.target/third_party/libyuv/libyuv.a(c/Release/obj.target/third_part
y/libyuv/../../libyuv/third_party/libyuv/source/convert.o): in function 
UYVYToI420:third_party/libyuv/include/libyuv/cpu_id.h:51: error: undefined 
reference to 'UYVYToUVRow_Any_NEON'
chromeos-chrome-24.0.1283.0_alpha-r1: 
/usr/x86_64-pc-linux-gnu/armv7a-cros-linux-gnueabi/binutils-bin/2.21/ld.gold.rea
l: 
c/Release/obj.target/third_party/libyuv/libyuv.a(c/Release/obj.target/third_part
y/libyuv/../../libyuv/third_party/libyuv/source/convert.o): in function 
V210ToI420:third_party/libyuv/source/convert.cc:1010: error: undefined 
reference to 'UYVYToYRow_Any_NEON'
chromeos-chrome-24.0.1283.0_alpha-r1: 
/usr/x86_64-pc-linux-gnu/armv7a-cros-linux-gnueabi/binutils-bin/2.21/ld.gold.rea
l: 
c/Release/obj.target/third_party/libyuv/libyuv.a(c/Release/obj.target/third_part
y/libyuv/../../libyuv/third_party/libyuv/source/convert.o): in function 
V210ToI420:third_party/libyuv/source/convert.cc:1010: error: undefined 
reference to 'UYVYToUVRow_Any_NEON'
chromeos-chrome-24.0.1283.0_alpha-r1: collect2: ld returned 1 exit status
chromeos-chrome-24.0.1283.0_alpha-r1: make: *** [c/Release/browser_tests] Error 
1

Original issue reported on code.google.com by fbarch...@chromium.org on 1 Oct 2012 at 4:41

GoogleCodeExporter commented 9 years ago
fixed in r385

Original comment by fbarch...@chromium.org on 1 Oct 2012 at 5:47