cmake: ffmpeg: proper inclusion and warning of libs
* the libdrm is required but libva is not, so move out to prevent build errors
* put warnings when `vaapi` (libva-dev) and `vdpau` (libvdpau-dev) is not installed
* "correct" fix for inclusion of libdrm on Solaris (please, kill me baby)
* place "ffmpeg: " at begin of message
* also added on `docs` for better compatibility
Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
- Ubuntu 22.04, Linux Mint 20, or Debian 12 or later is required.
- Users need to manually specify building with QT Web Engine enabled. This is done using the parameter `-DYUZU_USE_QT_WEB_ENGINE=ON` when running CMake.
- Users need to manually disable building SDL2 from externals if they intend to use the version provided by their system by adding the parameters `-DYUZU_USE_EXTERNAL_SDL2=OFF`