Closed GoogleCodeExporter closed 9 years ago
Original comment by iss...@webmproject.org
on 9 Dec 2011 at 5:00
Original comment by paulwilk...@google.com
on 9 Dec 2011 at 5:55
Forgot to say that this issue belongs to the vpx codec library.
Original comment by sebas7ia...@gmail.com
on 10 Dec 2011 at 1:21
Original comment by slavarn...@google.com
on 12 Dec 2011 at 2:03
What version of libvpx are you trying to build? What is the output? Version of
Xcode?
Original comment by johannko...@google.com
on 12 Dec 2011 at 5:46
There is a recent bug in the encoder build for iOS. You can work around it by
not configuring it (--disable-vp8-encoder) or changing
bl vp8_validate_buffer_arm
to
bl _vp8_validate_buffer_arm
in vp8/encoder/arm/armv5te/*
I'm working on fixing that. But the basic configure should work.
Original comment by johannko...@google.com
on 12 Dec 2011 at 9:02
https://gerrit.chromium.org/gerrit/12796
fixes the symbol mismatch
Still need more information about the error you're seeing. WFM, Xcode 4.1
Original comment by johannko...@google.com
on 13 Dec 2011 at 1:36
The issue was with the jump from Xcode4.1 to Xcode4.2
https://gerrit.chromium.org/gerrit/12910
Original comment by johannko...@google.com
on 14 Dec 2011 at 7:18
Original issue reported on code.google.com by
sebas7ia...@gmail.com
on 9 Dec 2011 at 4:57