add FFmpeg as denpdency

This commit is contained in:
2023-09-06 13:50:21 +08:00
parent a1acdf10c6
commit 7f67902bf5
4 changed files with 31 additions and 25 deletions

View File

@ -73,7 +73,9 @@ 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).)
* iconv (non-Windows system required)
It can be compiled on Windows via sln file, or on Linux platform via CMake file.
You should set up `LibRef.props` when using sln file.
However CMake may not be updated in time because I develop this project on Windows frequently.