use stb as default image codec

This commit is contained in:
2023-09-06 15:17:39 +08:00
parent 7f67902bf5
commit 8a75eb9f21
4 changed files with 17 additions and 31 deletions

View File

@ -73,7 +73,7 @@ This project require:
* The compiler supporting C++20
* Littile-endian architecture system.
* zlib
* FFmpeg (In Windows, download dev package in [there](https://github.com/yt-dlp/FFmpeg-Builds).)
* [stb](https://github.com/nothings/stb) (For image read / write)
* iconv (non-Windows system required)
It can be compiled on Windows via sln file, or on Linux platform via CMake file.