【发布时间】:2011-02-16 07:56:04
【问题描述】:
我得到了最新版本的 FFMPEG 和气体预处理器,我正在尝试为 iPhone 构建它们的库。我将 gas-preprocessor.pl 文件放在我的 usr/bin 文件夹中,并尝试使用此命令配置我的 ffmpeg。
./configure --cc=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/arm-apple-darwin9-gcc-4.2.1 --as='gas-preprocessor.pl /Developer/Platforms /iPhoneOS.platform/Developer/usr/bin/arm-apple-darwin9-gcc-4.2.1' --sysroot=/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.1.sdk --enable-cross -compile --target-os=darwin --arch=arm --cpu=cortex-a8 --enable-pic
但我得到的是这个错误
未知选项“--as=gas-preprocessor.pl”。 有关可用选项,请参阅 ./configure --help。
有什么想法吗???谢谢你。
【问题讨论】: