[vlc-commits] [Git][videolan/vlc][master] macOS/Meson/Codec: Fix linker error with videotoolbox
Steve Lhomme (@robUx4)
gitlab at videolan.org
Mon Mar 25 10:11:18 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
cd06bb5e by Ankit Meel at 2024-03-25T10:11:02+00:00
macOS/Meson/Codec: Fix linker error with videotoolbox
- - - - -
1 changed file:
- modules/codec/meson.build
Changes:
=====================================
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',
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/cd06bb5ec3f4039b8fbb67024239677f732b2936
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/cd06bb5ec3f4039b8fbb67024239677f732b2936
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list