macOS/Meson/Codec: Fix linker error with videotoolbox

This commit is contained in:
Ankit Meel 2024-03-25 10:11:02 +00:00 committed by Steve Lhomme
parent 396916a175
commit cd06bb5ec3
1 changed files with 4 additions and 0 deletions

View File

@ -564,6 +564,10 @@ if host_system == 'darwin'
'name' : 'videotoolbox',
'sources' : files(
'videotoolbox/decoder.c',
'videotoolbox/dpb.c',
'videotoolbox/dpb.h',
'videotoolbox/pacer.c',
'videotoolbox/pacer.h',
'hxxx_helper.c',
'../packetizer/hxxx_nal.c',
'../packetizer/hxxx_sei.c',