2018-12-06 22:52 GMT+01:00, Davood Falahati <[email protected]>: >> >> >> > 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 _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
