bkatgithub
Results
3
comments of
bkatgithub
Thanks Madhavan for the clarification. It helped me get past the error I was seeing. However, I am seeing this error now. I googled it and found a mention about...
I am working with ffmpeg v 2.8.13 and ndk r12b. The build file ` #!/bin/bash NDK=/Users/bc/projects/android/android-ndk-r12b SYSROOT=$NDK/platforms/android-14/arch-arm/ TOOLCHAIN=$NDK/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x86_64 function build_one { ./configure \ --prefix=$PREFIX \ --enable-shared \ --disable-static \ --disable-doc...