pl_mpeg
pl_mpeg copied to clipboard
Made it possible to compile it in Windows when using MinGW via MSYS2
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