[FFmpeg-user] Android NDK r18b support

Carl Eugen Hoyos ceffmpeg at gmail.com
Fri Dec 7 00:22:21 EET 2018


2018-12-06 22:52 GMT+01:00, Davood Falahati <falahati.davood at gmail.com>:
>>
>>
>> > I'm using the following steps to cross-compile ffmpeg
>>
> Follow this:
> https://github.com/falahati1987/ffmpeg4Android

> --extra-cflags="-DANDROID -fPIC
> -I$HOME/work/FFMPEG/ffmpeg-build/armeabi-v7a/include
> -ffunction-sections -funwind-tables -fstack-protector -march=arm
> -mfloat-abi=softfp -mfpu=vfpv3-d16 -fomit-frame-pointer
> -fstrict-aliasing -funswitch-loops -finline-limit=300" \
>  --extra-ldflags="-Wl,-rpath-link=$PLATFORM/usr/lib
> -L$HOME/work/FFMPEG/ffmpeg-build/armeabi-v7a/lib -lx264
> -L$PLATFORM/usr/lib -nostdlib -lc -lm -ldl -llog " \

Are any of those useful?
If yes, why shouldn't we add them to our configure script?

Carl Eugen


More information about the ffmpeg-user mailing list