Closed GoogleCodeExporter closed 9 years ago
Fixed in r1105
But unittests fail on linux.
[ RUN ] libyuvTest.I422ToI420_Any
/usr/local/google/home/fbarchard/bin/runyuv: line 3: 28260 Segmentation fault
(core dumped) out/Release/libyuv_unittest --gtest_filter=*$*
Original comment by fbarch...@google.com
on 2 Oct 2014 at 8:57
make -j7 V=1 -f linux.mk CXX=clang++
has link error:
a - source/video_common.o
clang++ -O2 -fomit-frame-pointer -Iinclude/ -Iutil/ -o convert util/convert.cc
libyuv.a
libyuv.a(convert.o): In function `X420ToI420':
convert.cc:(.text+0x2dd): undefined reference to `CopyRow_AVX'
libyuv.a(convert.o): In function `Q420ToI420':
convert.cc:(.text+0xf15): undefined reference to `CopyRow_AVX'
libyuv.a(planar_functions.o): In function `CopyPlane':
planar_functions.cc:(.text+0x51d): undefined reference to `CopyRow_AVX'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [convert] Error 1
fbarchard@g36:/usr/local/google/libyuv/trunk$ make -j7 V=1 -f linux.mk
CXX=clang++
Original comment by fbarch...@google.com
on 2 Oct 2014 at 10:45
[ RUN ] libyuvTest.I444ToI420_Unaligned
/usr/local/google/home/fbarchard/bin/runyuv: line 3: 14899 Segmentation fault
(core dumped) out/Release/libyuv_unittest --gtest_filter=*$*
fbarchard@g36:/usr/local/google/libyuv/trunk$
Original comment by fbarch...@google.com
on 2 Oct 2014 at 11:51
Fixed in r1108.
All tests build and pass.
Original comment by fbarch...@google.com
on 3 Oct 2014 at 6:04
Original issue reported on code.google.com by
fbarch...@google.com
on 2 Oct 2014 at 8:43