Almamu / linux-wallpaperengine

Wallpaper Engine backgrounds for Linux!
GNU General Public License v3.0
1.59k stars 61 forks source link

Fixed FFMPEG not found error #132

Closed dxbstyle closed 1 year ago

dxbstyle commented 1 year ago

FFmpeg doesn't support find_package in CMake, instead you have to write this for it to work

Almamu commented 1 year ago

There's a custom FindFFMPEG file written to take care of searching for FFMPEG: https://github.com/Almamu/linux-wallpaperengine/blob/main/CMakeModules/FindFFMPEG.cmake

If you have problems with the automatic detection of FFMPEG that's the file you should be modifying,