Deltadroid

Results 100 comments of Deltadroid

Found the problem: https://forum.torproject.org/t/problems-with-snowflake-since-2023-09-20-broker-failure-unexpected-error-no-answer/9346

https://github.com/guardianproject/orbot/pull/981

When building libplacebo, the build fails when the android toolchain tries to include . This fixes the issue: https://github.com/syphyr/mpv-android/commit/b8c7260cff3d1333cf4e13dfdc123adcad81bf99 All of the other pkg-config files have a prefix of "/usr/local"....

Even though vulkan does not seem to be supported on my older Android tablet, I also wanted to mention that vo=gpu-next seems to work better than vo=gpu.

There are actually two separate issues i encountered when building libplacebo. The first issue is that $prefix_dir/lib does not get created for shaderc, so it fails copying libs. The second...

> I tested this branch just yesterday and there were no issues with shaderc. libplacebo did not want to build however as it requires Vulkan loader 1.3.0. With that patched...

> Btw how to build arm64v8a with gh actions? It looks like you need to add a line before this one to build arm64 variant. `./buildall.sh --arch arm64 mpv` https://github.com/mpv-android/mpv-android/blob/ebc2f2ac54b326d1705a2c2b19652d61db3d8eb0/buildscripts/.travis.sh#L79

When building libplacebo separately, the build fails when shaderc attempts to copy libs to `$prefix_dir`. This fixes the issue: https://github.com/syphyr/mpv-android/commit/0825121caebff055d27373275596c4cdea1faf26 The Android NDK r25c contains shaderc v2022.1. The official Google...

> PSA: I haven't produced a new Vulkan build yet because new libplacebo versions require a minimum of Vulkan 1.2. Effectively this means the APKs would only work on Android...

> > PSA: I haven't produced a new Vulkan build yet because new libplacebo versions require a minimum of Vulkan 1.2. Effectively this means the APKs would only work on...