Added optional ffmpeg dependency info to README.

This commit is contained in:
mjbudd77 2021-09-30 07:12:20 -04:00
parent 2615f9e1e0
commit 35a4a612fa
1 changed files with 3 additions and 1 deletions

4
README
View File

@ -24,10 +24,12 @@ Table of Contents
---------------- ----------------
* sdl2 - Version >= 2.0 (sdl2 >= 2.8 recommended) * sdl2 - Version >= 2.0 (sdl2 >= 2.8 recommended)
* cmake - Required to build fceux. * cmake - Required to build fceux.
* qt5 OR qt6 - (qt version >= 5.11 recommended) * qt5 OR qt6 - (qt version >= 5.11 recommended) (Qt Modules Used: Widgets, OpenGL, and Help)
* liblua5.1 (optional) - Will statically link internally if the system cannot provide this. * liblua5.1 (optional) - Will statically link internally if the system cannot provide this.
* libx264 (optional) - H.264 video encoder for avi recording (recommended) * libx264 (optional) - H.264 video encoder for avi recording (recommended)
* libx265 (optional) - H.265 video encoder for avi recording (recommended) * libx265 (optional) - H.265 video encoder for avi recording (recommended)
* ffmpeg libraries (optional) - for avi recording (recommended)
* - ffmpeg libraries used: libavcodec libavformat libavutil libswresample libswscale
* minizip * minizip
* zlib * zlib
* openGL * openGL