[FFmpeg-user] Error compiling ffmpeg through terminal in mac os x

Moritz Barsnick barsnick at gmx.net
Fri Jul 17 19:07:50 CEST 2015


On Thu, Jul 16, 2015 at 16:45:45 +0530, test id wrote:
> [...] --cross-prefix=/Users/samavesh/Desktop/android-ndk-r9/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/arm-linux-androideabi-

You are giving configure this prefix.

[...]
> ./configure: line 822: /Users/samavesh/Desktop/android-ndk-r9/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/arm-linux-androideabi-gcc: No such file or directory
> C compiler test failed.

But it isn't correct, because your gcc and co. aren't installed there.
Fix the argument to configure or install the compiler suite correctly.

Moritz


More information about the ffmpeg-user mailing list