"NO working C compiler found" is because you have used wrong path to the toolchain, e.g. /usr/local/android-ndk-r9/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64
Check correct path as:
$ ls -l /usr/local/android-ndk-r9/toolchains/arm-linux-androideabi-4.8/prebuilt/
it maybe darwin-x86_64, linux-x86 or similar.
In relation to the problem, I think that then we use ndk to compile ffmpeg for android it searches libs somewhere alse, not in standard path like /usr/local/bin.
I think we need to put compiled x264 library in ndk lib path. Actually I can't find the place.
среда, 22 августа 2012 г., 16:21:58 UTC+4 пользователь mkerim написал: