x264 编译

来源:互联网 发布:淘宝商品的详情页 编辑:程序博客网 时间:2024/06/05 06:26

CC=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc

SYSROOT=./configure --host=arm-apple-darwin --cross-prefix='/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/' --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk/ --prefix='dist' --extra-cflags='-arch armv7' --extra-ldflags=-L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk/usr/lib/system/ --extra-ldflags='-arch armv7' --enable-pic

make

make install

1、make没用,则xcode 需要安装command line tools

2、 No working C compiler found.检查目录 是否正确。


原创粉丝点击