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.5k stars 257 forks source link

Ogg to be installed before vorbis #2492

Closed mdyan closed 11 months ago

mdyan commented 11 months ago

Vorbis depends on ogg, so it must be downloaded and installed first.

Fixes #2491

1480c1 commented 11 months ago

Thanks

BabooLiu commented 11 months ago

Can you tell me how and where to install Ogg on windows?

WuDi329 commented 11 months ago

Can you tell me how and where to install Ogg on windows?

I have pre-installed ogg's library on msys2

pacman -S mingw-w64-x86_64-libogg

BabooLiu commented 11 months ago

Can you tell me how and where to install Ogg on windows?

I have pre-installed ogg's library on msys2

pacman -S mingw-w64-x86_64-libogg

It works! Thanks a lot <3