Tag: x264

编译iOS 7的x264

我在为iOS编译x264时出错。 我有苹果LLVM 5.0版(clang-500.2.75)(基于LLVM 3.3svn)Xcode版本5.0(5A1413)。 我正在编译x264-snapshot-20130925-2245。 configuration: CC=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang ./configure \ –host=arm-apple-darwin \ –sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk \ –prefix=armv7 \ –extra-cflags='-arch armv7' \ –extra-ldflags="-L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/usr/lib/system -arch armv7" \ –enable-pic \ –enable-static 出错: common/arm/cpu-aS:29:7: error: unknown token in expression .align ^ common/arm/cpu-aS:139:5: error: instruction 'suble' can not set flags, but 's' suffix specified subles ip, ip, #1 ^