<div dir="ltr">Dear all,<div><br></div><div>I have compiled FFMPEG for android using android ndk and toolchains. This is the script I used:</div><div><br></div><div><div><br></div><div><font color="#444444" size="1">SYSROOT="${NDK}/platforms/android-15/arch-arm/"</font></div><div><font color="#444444" size="1">ECFLAGS="-march=armv7-a -mfloat-abi=softfp"</font></div><div><font color="#444444" size="1">ELDFLAGS="-Wl,--fix-cortex-a8"</font></div><div><font color="#444444" size="1">ARCH_SPECIFIC="--arch=arm --cpu=armv7-a --cross-prefix=arm-linux-androideabi-"</font></div><div><font color="#444444" size="1">FFMPEG_ROOT=$("pwd")</font></div><div><font color="#444444" size="1">echo "FFMPEG ROOT : " $FFMPEG_ROOT</font></div><div><font color="#444444" size="1">./configure ${ARCH_SPECIFIC} \</font></div><div><font color="#444444" size="1">--target-os=android \</font></div><div><font color="#444444" size="1">--sysroot="$SYSROOT" \</font></div><div><font color="#444444" size="1">--extra-cflags="$ECFLAGS" \</font></div><div><font color="#444444" size="1">--extra-ldflags="$ELDFLAGS" \</font></div><div><font color="#444444" size="1">--enable-shared \</font></div><div><font color="#444444" size="1">--disable-symver \</font></div><div><font color="#444444" size="1">--prefix=$FFMPEG_ROOT/build</font></div><div><br></div><div>I run it and I get the following folders under build folder:</div><div>     --- bin</div><div>     --- lib</div><div>     --- include</div><div>     --- share</div><div>Now, what should I do with them? How can I add them in the android studio. </div><div>FYI, I am using cmake to do the stuff for me.</div><div><br></div><div>Cheers,</div><div>-Davood Falahati</div><div>         </div></div></div>