Files
Arch-R/packages/mediacenter
Andre Heider 50e872d770 kodi: use -DFFMPEG_PATH
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")
2019-12-31 11:26:49 +01:00
..
2019-12-31 11:26:49 +01:00
2018-10-22 15:06:12 +02:00