Bug #6303
Compile error with nonstatic VAAPI
Status:
Invalid
Priority:
Normal
Assignee:
-
Category:
Transcoding
Target version:
-
Start date:
2023-09-05
Due date:
% Done:
0%
Estimated time:
Found in version:
ec56067f4f6cb3fae5a03f0fb492c45413d095bb
Affected Versions:
Description
Hi,
actual source can not be compiled static with ffmpeg version 6.0-6 (on Debian Testing distribution).
Error durcing compilation:
src/transcoding/transcode/hwaccels/vaapi.c: In function ‘vaapi_decode_setup_context’:
src/transcoding/transcode/hwaccels/vaapi.c:597:10: error: ‘AVCodecContext’ has no member named ‘thread_safe_callbacks’
597 | avctx->thread_safe_callbacks = 0;
| ^~
make2: *** [Makefile:720: /root/src/tvheadend/build.linux/src/transcoding/transcode/hwaccels/vaapi.o] Fehler 1
Regards
Ovaron
History
Updated by Flole Systems about 1 year ago
- Status changed from New to Invalid
Ffmpeg 6 is not supported.