Hallo jojo61 ,
ich bekomme Build-Fehler, wenn ich versuche den aktuellen Git-Stand von softhdvaapi (Buildlog:
External Content
gist.github.com
Content embedded from external sources will not be displayed without your consent.
Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.
External Content
gist.github.com
Content embedded from external sources will not be displayed without your consent.
Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.
Code
[...]
video.c:2416:12: error: dereferencing pointer to incomplete type 'struct pl_fmt_t'
2416 | fmt->fourcc = desc.layers[n].drm_format;
| ^~
[...]
video.c: In function 'CuvidMixVideo':
video.c:3842:9: error: 'frame' undeclared (first use in this function)
3842 | frame = decoder->frames[current];
| ^~~~~
[...]
Display More
Für mich sieht das so aus, als ob die relevanten Änderungen in https://github.com/jojo61/vdr-plu…add6b95addL3811 gemacht wurden und das Verschieben der Variablendeklarationen da vorangehende Stellen unberücksichtigt ließ.