Milestone, fix black screen and initial frame issues
This commit is contained in:
parent
f4fa723863
commit
0a250b05f3
11 changed files with 708 additions and 47 deletions
|
|
@ -30,7 +30,7 @@ Install development packages for SDL2, SDL2_ttf, and FFmpeg headers before build
|
|||
Typical Debian or Ubuntu packages:
|
||||
|
||||
```bash
|
||||
sudo apt install build-essential libsdl2-dev libsdl2-ttf-dev libavformat-dev libavcodec-dev libswscale-dev libavutil-dev
|
||||
sudo apt install build-essential libsdl2-dev libsdl2-ttf-dev libavformat-dev libavcodec-dev libswscale-dev libswresample-dev libavutil-dev
|
||||
```
|
||||
|
||||
Then build and run:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue