m-ab-s / media-autobuild_suite

This Windows Batchscript helps setup a Mingw-w64 compiler environment for building ffmpeg and other media tools under Windows.
GNU General Public License v3.0
1.49k stars 257 forks source link

How to keep the build-shared-64bit folder? #2637

Closed shizidushu closed 2 months ago

shizidushu commented 2 months ago

Is there an option to keep the build\ffmpeg-git\build-shared-64bit or build-static-64bit folder?

I want to run make install DESTDIR=** to install it to a custom place so it can be conveniently used as a third party lib for a C++ app.

1480c1 commented 2 months ago

You can comment out the line clean_suite in /build/media-suite_compile.sh near the bottom. Theoretically, just setting deleteSource to 2 in your /build/media-autobuild_suite.ini file should be good enough