iPhone 上的 FFmpeg 运行“make”时出错

发布于 2024-08-28 12:34:11 字数 363 浏览 5 评论 0原文

当我尝试在我的 intel mac、iPhone SDK 3.1 上使用此处使用的相同命令行并使用来自 svn 的最新 ffmpeg 签出时,出现错误。这是我收到的错误:

CC libavcodec/apedec.o AS libavcodec/arm/dsputil_arm.o /bin/sh: /usr/local/bin/gas-preprocessor.pl: 权限被拒绝 make: *** [libavcodec/arm/dsputil_arm.o] 错误 126

我的gas-preprocessor.pl 文件位于/usr/local/bin 中..

有什么想法吗?我觉得我可能在这里错过了一些非常微不足道的东西。为什么气体预处理器会拒绝许可?

I'm getting an error when trying to make ffmpeg on my intel mac, iPhone SDK 3.1, using the same command lines that were used here, and using the latest checkout of ffmpeg from svn. Here's the error that I'm getting:

CC libavcodec/apedec.o
AS libavcodec/arm/dsputil_arm.o
/bin/sh: /usr/local/bin/gas-preprocessor.pl: Permission denied
make: *** [libavcodec/arm/dsputil_arm.o] Error 126

My gas-preprocessor.pl file is in /usr/local/bin..

Any ideas? I feel like I might be missing something really trivial here. Why is gas-preprocessor throwing a permission denied?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

哀由 2024-09-04 12:34:11

我以前也有过类似的事情。
我将gas-preprocessor.pl复制到/usr/bin,它的工作非常顺利。

祝你好运!

I had something like that before.
I copied the gas-preprocessor.pl to /usr/bin and it worked like a charm.

Good Luck!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文