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

fix: #2580 remove standalone condition for ogg compilation #2581

Closed job-so closed 5 months ago

job-so commented 5 months ago

The Ogg library is required to compile Vorbis. Ogg is only compiled when standalone binaries were requested.

Vorbis compilation fails as ogg is missing when standalone librairies are not resqested

=> remove the standalone condition for compiling ogg

Corrections #2580

1480c1 commented 5 months ago

Thanks