Age | Commit message (Collapse) | Author | Files | Lines |
|
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1018>
|
|
libvulkan.dylib and libvulkan.1.dylib don't seem to respond well to
XCode 12.0 build tools modifying the binary as our current build set up
requires. Luckily we don't actually need them so disable that for
now.
We also need to remove the @rpath entry in libMoltenVK.dylib's id to avoid
dependant libraries from using that name as their link name and then
causing our relocation/merge to create a libgstvulkan/applemedia that links
against a non-existent @rpath/libMoltenVK.dylib.
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/796>
|
|
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/717>
|
|
Bump moltenvk to 1.2.162.1
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/673>
|
|
Fixes a memory leak of texture contents.
|
|
Fixes iOS 13 compatibility
|
|
|
|
|
|
Includes multiple rendering fixes
|
|
Allows building the vulkan elements for macOS and iOS
|