Build Error : Dav1D
#1
Hi! I'm new with Kodi and I try to build another version but I have this error : ERROR: dav1d >= 0.4.0 not found using pkg-config
By typing this : cmake --build . -- VERBOSE=1 -j$(getconf _NPROCESSORS_ONLN)

Thanks you for helping.
Reply
#2
your version of libdav1d is too old.
try cmake -DENABLE_INTERNAL_DAV1D=ON to automatically build it with kodi
Reply
#3
It you find you have a recent enough version, and it still is not finding where dav1d is, then check where dav1d is.

Sometimes dav1d gets put into a directory where pkg-config is not looking for it.
Running Kodi on Arch 64bit Linux (Leia 18.9) ,  Android Nougat (Leia 18.9) CoreELEC (S905 community builds Leia 18.9)
Reply
#4
(2020-12-30, 23:11)MadiJason Wrote: Hi! I'm new with Kodi
... so curious to know why you're attempting to compile your own.  Won't one of the off-the-shelf package builds do?
Reply

Logout Mark Read Team Forum Stats Members Help
Build Error : Dav1D0