简体   繁体   English

在带有10.9的xCode 6.1 Mac上安装ffmpeg ios库armv7,armv7s,i386和Universal

[英]Installing ffmpeg ios libraries armv7, armv7s, i386 and universal on xCode 6.1 Mac with 10.9

I have tried many of the solution such as " Installing ffmpeg ios libraries armv7, armv7s, i386 and universal on Mac with 10.8 " to compile FFMPEG libraries on MAC for i386 an iphone but i constantly get and error. 我已经尝试了许多解决方案,例如“ 在Mac上以10.8在Mac上安装ffmpeg ios库armv7,armv7s,i386和通用 ”,以在Mac上为i386 iphone编译MAC上的FFMPEG库,但是我不断出错。 I guess it could b my xcode and clang version. 我猜可能是我的xcode和clang版本。 I have already installed the latest command tools as well. 我已经安装了最新的命令工具。 Any help would be appreciated. 任何帮助,将不胜感激。

Here is a script can help you build newest FFmpeg 2.5. 这是一个脚本,可以帮助您构建最新的FFmpeg 2.5。 https://github.com/kewlbear/FFmpeg-iOS-build-script https://github.com/kewlbear/FFmpeg-iOS-build-script

Read the shell script, the code is clean and intuitive, you'll find out that it handles all the things. 阅读shell脚本,代码简洁直观,您会发现它可以处理所有事情。

Just execute ./build-ffmpeg.sh ,and you'll get header files and libraries you need. 只需执行./build-ffmpeg.sh ,您将获得所需的头文件和库。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在Mac 10.8上安装ffmpeg ios库armv7,armv7s,i386和Universal - Installing ffmpeg ios libraries armv7, armv7s, i386 and universal on Mac with 10.8 为armv7,armv7s,arm64,i386和通用构建ffmpeg iOS库 - Building ffmpeg iOS libraries for armv7, armv7s, arm64, i386 and universal 具有i386 x86_64 armv7 armv7s arm64的通用IOS静态库 - universal IOS static library with i386 x86_64 armv7 armv7s arm64 无法为armv7进行编译,此处有效的体系结构为armv6,armv7和i386 - Cannot compile for armv7s here valid architectures are armv6, armv7 and i386 Mac上的iOS模拟器是运行i386架构,而不是armv7? - iOS simulator on mac is running i386 architecture, not armv7? $(ARCHS_STANDARD_32_BIT)vs. armv6,armv7 / armv7s vs. i386 - $(ARCHS_STANDARD_32_BIT) vs. armv6, armv7/armv7s vs. i386 检查依赖项...没有要编译的体系结构(ARCHS = i386,VALID_ARCHS = arm64 armv7s armv7) - Check dependencies… No architectures to compile for (ARCHS=i386, VALID_ARCHS=arm64 armv7s armv7) 没有要编译的架构(ARCHS = i386,VALID_ARCHS = arm64 armv7 armv7s) - No architectures to compile for (ARCHS=i386, VALID_ARCHS=arm64 armv7 armv7s) 如何构建支持i386和armv7的ios框架 - how to build ios framework to support i386 and armv7 无法为armv7和armv7s编译FFMpeg - Unable to compile FFMpeg for armv7 and armv7s
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM