views:

151

answers:

1

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?

A: 

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

Good Luck!

zimonski