From cd06bb5ec3f4039b8fbb67024239677f732b2936 Mon Sep 17 00:00:00 2001 From: Ankit Meel Date: Mon, 25 Mar 2024 10:11:02 +0000 Subject: [PATCH] macOS/Meson/Codec: Fix linker error with videotoolbox --- modules/codec/meson.build | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/codec/meson.build b/modules/codec/meson.build index c46b582fc1..081d6de906 100644 --- a/modules/codec/meson.build +++ b/modules/codec/meson.build @@ -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',