开发者

Compiling the ffmpeg on iPhone?

开发者 https://www.devze.com 2022-12-21 21:24 出处:网络
I downloaded the iFrameExtractor sample code and try to compile it with the iPhone simulator version 3.1.3

I downloaded the iFrameExtractor sample code and try to compile it with the iPhone simulator version 3.1.3

The project shows the following errors ( http://img514.imageshack.us/img514/3245/66948298.png ) even thought I added *.a开发者_高级运维 libraries to my project. All libraries was under the library searching path.

I guess it is a linking problem. Anyone can recommend to me a configuration for compiling ffmpeg on x86?

Thanks in advance.


try compiling/building for iPhone Device instead of simulator, I think as the simulator does not has camera so you got the above errors while compiling.


As far as i know you will have to compile the ffmpeg for your simulator you can do that by using ./configure script and put the iPhoneSimulator.platform as the target platform and use arch i386 as architecture .

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号