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
_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to