almondyoung / libyuv

Automatically exported from code.google.com/p/libyuv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

fixx build libyuv under x64 #454

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
current trunk

../../libyuv//libyuv.a(scale.o): In function `ScalePlane':
scale.cc:(.text+0x1217): undefined reference to `ScaleRowDown34_1_Box_Any_SSSE3'
scale.cc:(.text+0x1227): undefined reference to `ScaleRowDown34_0_Box_Any_SSSE3'
scale.cc:(.text+0x13b7): undefined reference to `ScaleRowDown2_Any_SSE2'
scale.cc:(.text+0x14d0): undefined reference to `ScaleRowDown38_2_Box_Any_SSSE3'
scale.cc:(.text+0x14db): undefined reference to `ScaleRowDown38_3_Box_Any_SSSE3'
scale.cc:(.text+0x1659): undefined reference to `ScaleRowDown4_Any_SSE2'
scale.cc:(.text+0x17b4): undefined reference to `ScaleAddRows_Any_SSE2'
scale.cc:(.text+0x18e0): undefined reference to `ScaleRowDown4Box_Any_SSE2'
scale.cc:(.text+0x191b): undefined reference to `ScaleRowDown38_Any_SSSE3'
scale.cc:(.text+0x1968): undefined reference to `ScaleRowDown34_Any_SSSE3'
scale.cc:(.text+0x19de): undefined reference to `ScaleRowDown2Box_Any_SSE2'
scale.cc:(.text+0x1b4b): undefined reference to `ScaleRowDown2Linear_Any_SSE2'
scale.cc:(.text+0x1b6b): undefined reference to `ScaleRowDown38_2_Box_Any_SSSE3'
scale.cc:(.text+0x1b71): undefined reference to `ScaleRowDown38_3_Box_Any_SSSE3'
collect2: error: ld returned 1 exit status

fixx in linux.mk  scale_any.cc not included

Original issue reported on code.google.com by fbarch...@chromium.org on 10 Jun 2015 at 11:32

GoogleCodeExporter commented 8 years ago
fixed in git cl 
https://webrtc-codereview.appspot.com/50239004
https://chromium.googlesource.com/libyuv/libyuv/+/ce960d5f6a38169c35722f2f24e2a1
fdf56550eb

Original comment by fbarch...@chromium.org on 12 Jun 2015 at 5:52

GoogleCodeExporter commented 8 years ago
fixed in svn r1433

Original comment by fbarch...@chromium.org on 12 Jun 2015 at 7:00