kim42083 / webm

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

configure script doesn't work under iOS 5 environment #379

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The configure script doesn't work with the latest iOS 5 environment (SDK, arm 
gcc) which ships with the latest XCode version. (command: configure 
--target=armv7-darwin-gcc)

Original issue reported on code.google.com by sebas7ia...@gmail.com on 9 Dec 2011 at 4:57

GoogleCodeExporter commented 9 years ago

Original comment by iss...@webmproject.org on 9 Dec 2011 at 5:00

GoogleCodeExporter commented 9 years ago

Original comment by paulwilk...@google.com on 9 Dec 2011 at 5:55

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by slavarn...@google.com on 12 Dec 2011 at 2:03

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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