[FFmpeg-user] FFMPEG for android on windows7
Carl Eugen Hoyos
cehoyos at ag.or.at
Thu Jul 2 15:05:47 CEST 2015
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
More information about the ffmpeg-user
mailing list