pl_mpeg icon indicating copy to clipboard operation
pl_mpeg copied to clipboard

Made it possible to compile it in Windows when using MinGW via MSYS2

Open Zero3K opened this issue 2 years ago • 0 comments

The compiled exe works but it is not statically linked. I used the following command to compile it:

gcc pl_mpeg_player.c -o pl_mpeg_player.exe -mconsole -lglew32 -lopengl32 -lsdl2

Zero3K avatar Mar 19 '22 17:03 Zero3K