You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update msys2 64bit after install by running pacman -Syu if pacman needs to be updated you might have to close and reopen the terminal and run pacman -Syu again
I want to compile ffmpeg-n4.4.1 with msys2 mingw64, it's request sdl version within "sdl2 >= 2.0.1 sdl2 < 2.1.0",
but the cmd pacman -Ss sdl2, show that this sdl2 version is mingw64/mingw-w64-x86_64-SDL2 2.32.2-1 [installed]
I cant find the correct version of SDL2, can you help me how to do? thank you very much.
Each time I install something for programming projects I get slightly closer to understanding what on earth is going on. Thank you for this page.