Ramin Djabery <djabery <at> msn.com> writes: > Whould you please help me on compiling FFMPEG > library for android on windows 7?
You need either msys or cygwin to run configure. Download current NDK and run the configure script providing --cross-prefix to your NDK compiler. For example: --cross-prefix=../android-ndk-r10e/toolchains/arm-linux-androideab i-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi- --arch=arm --target-os=linux --sysroot=/mnt/cehoyos/android/android-ndk-r10e/platforms/android-17/arch-arm/ You should adapt "android-17" to your needs. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
