kidrigger / godot-videodecoder

GDNative Video Decoder libraries for Godot Game Engine, using FFmpeg library for codecs. A Google Summer of Code Project, 2018
MIT License
84 stars 22 forks source link

Adding Dav1d decoder? #40

Open DylanGoodman60 opened 3 years ago

DylanGoodman60 commented 3 years ago

I'm trying to add an AV1 decoder from this repo (videolan - dav1d) using these install instructions (my exact config here).

When I run the ffmpeg-static build on its own it compiles fine with dav1d - when I build from the overall project, however, I consistently get this:

ERROR: dav1d >= 0.5.0 not found using pkg-config

Is there anything I'm missing?

Thanks!