On Wed, 30 Sep 2020, Biswapriyo Nath wrote:

Would you like to provide the configure command to build ffmpeg as per
your need? ffmpeg has thousands of configure options and I am not
familiar with all of them.

Cross compiling, you'd build it like this:

./configure --arch=x86_64 --target-os=mingw32 
--cross-prefix=x86_64-w64-mingw32- --enable-cross-compile
make

(Or replacing both instances of x86_64 with aarch64 if you want that.)

If building in a separate directory, you'd do "../path/to/src/configure ..." instead.

For a non-cross build, it's enough with just "./configure; make".

// Martin



_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to