From 76fc9fe33dd58926e552b6bd3b79d798b452c6ed Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Thu, 17 Apr 2025 21:31:24 -0400 Subject: Fix user volume fade and relative seek below 0 - Fix sync issue in sink. - Update deps and android build. Signed-off-by: Andrew Opalach --- subprojects/SPIRV-Cross.wrap | 4 ++-- subprojects/libplacebo.wrap | 4 ++-- subprojects/packagefiles/BLAKE3/CMakeLists.txt | 1 + subprojects/packagefiles/ffmpeg/meson.build | 2 +- subprojects/shaderc.wrap | 4 ++-- 5 files changed, 8 insertions(+), 7 deletions(-) (limited to 'subprojects') diff --git a/subprojects/SPIRV-Cross.wrap b/subprojects/SPIRV-Cross.wrap index 815c29b..672cb44 100644 --- a/subprojects/SPIRV-Cross.wrap +++ b/subprojects/SPIRV-Cross.wrap @@ -1,6 +1,6 @@ [wrap-git] -directory = SPIRV-Cross-9daa7fe +directory = SPIRV-Cross-ccff428 url = https://github.com/KhronosGroup/SPIRV-Cross.git -revision = 9daa7fe0a36dbe5c5b810d74d2cc43b202407d57 +revision = ccff428086b625241de9f225dab0a53269b4d12c depth = 1 method = cmake diff --git a/subprojects/libplacebo.wrap b/subprojects/libplacebo.wrap index d84d8ea..d9a2165 100644 --- a/subprojects/libplacebo.wrap +++ b/subprojects/libplacebo.wrap @@ -1,7 +1,7 @@ [wrap-git] -directory = libplacebo-563ea4a +directory = libplacebo-2bd627f url = https://code.videolan.org/videolan/libplacebo.git -revision = 563ea4a1a23237c0acd9f0ba29f5166ebcd5cf60 +revision = 2bd627f823ba1cedbc51a0ee6eb7a9fb433d912e clone-recursive = true depth = 1 diff --git a/subprojects/packagefiles/BLAKE3/CMakeLists.txt b/subprojects/packagefiles/BLAKE3/CMakeLists.txt index 20bc4cc..75b4aea 100644 --- a/subprojects/packagefiles/BLAKE3/CMakeLists.txt +++ b/subprojects/packagefiles/BLAKE3/CMakeLists.txt @@ -1 +1,2 @@ +cmake_minimum_required(VERSION 3.9 FATAL_ERROR) add_subdirectory(c) diff --git a/subprojects/packagefiles/ffmpeg/meson.build b/subprojects/packagefiles/ffmpeg/meson.build index f50f30f..71b539b 100644 --- a/subprojects/packagefiles/ffmpeg/meson.build +++ b/subprojects/packagefiles/ffmpeg/meson.build @@ -85,7 +85,7 @@ elif is_windows #hwaccels += ',h264_dxva2,hevc_dxva2,av1_dxva2,vp9_dxva2' elif is_android extra_options += ['--enable-jni', '--enable-mediacodec'] - decoders += ',h264_mediacodec,hevc_mediacodec,av1_mediacodec' + decoders += ',h264_mediacodec,hevc_mediacodec,av1_mediacodec,vp9_mediacodec' elif is_linux extra_options += ['--enable-vaapi'] endif diff --git a/subprojects/shaderc.wrap b/subprojects/shaderc.wrap index bbe5980..575308b 100644 --- a/subprojects/shaderc.wrap +++ b/subprojects/shaderc.wrap @@ -1,7 +1,7 @@ [wrap-git] -directory = shaderc-acc976a +directory = shaderc-0ab6bf5 url = https://github.com/google/shaderc.git -revision = acc976a6a92d37694afdf1e2bda80ce8c83ef75a +revision = 0ab6bf5cefea23cf985ce6296a293170132984ae depth = 1 method = cmake patch_directory = shaderc -- cgit v1.2.3-101-g0448