mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
There's no need to pass the path to the build folder, use the path to the installation instead. From kodi's FindFFMPEG.cmake: WARNING: this option is for developers as it will _disable ffmpeg version checks_! Consider using FFMPEG_PATH instead, which _does_ check library versions Before: -- Found FFMPEG: <snip>/toolchain/armv8a-libreelec-linux-gnueabihf/sysroot/usr (found version "undef") After: -- Found FFMPEG: <snip>/toolchain/armv8a-libreelec-linux-gnueabihf/sysroot/usr/include (found version "4.0")