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

Curl url #2648

Closed vt-idiot closed 2 months ago

vt-idiot commented 2 months ago

Moves curl URL into media-suite_deps.sh instead of hardcoding it into the build script.

This makes it easier to override with a specific tag/branch to prevent wasting an hour recompiling curl while troubleshooting other m-ab-s issues since there absolutely had to be a second, separate commit to curl/master to fix documentation or something equally silly.

1480c1 commented 2 months ago

Thanks