[FFmpeg-user] compiling for android

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Jul 10 10:06:52 CEST 2014


Patrick Shirkey <pshirkey <at> boosthardware.com> writes:

> $ /4.4/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7
> /bin/arm-linux-androideabi-gcc
>  --sysroot=/4.4/prebuilts/ndk/current/platforms/android-18/arch-arm
> ../testlm2.c -c -O1 -fno-builtin-sin && nm testlm2.o
> 00000000 t $a
>          U __aeabi_dadd
>          U cos
> 00000000 T sc
>          U sin

So the toolchain works fine, why doesn't it work with 
FFmpeg?
Please test:
$ make libavfilter/avf_showcqt.o && nm libavfilter/avf_showcqt.o |grep sin

And please provide the following console output:
$ rm libavfilter/avf_showcqt.o && make V=1 libavfilter/avf_showcqt.o

And please post the configure line used again, this 
makes reading the email easier.

Thank you, Carl Eugen



More information about the ffmpeg-user mailing list