Anim Mouse

Results 35 comments of Anim Mouse

Resource not accessible by integration means lack of permission of GITHUB_TOKEN, check if GITHUB_TOKEN has Read and write permissions.

`--enable-libvpx` got commented out on https://github.com/rdp/ffmpeg-windows-build-helpers/commit/00a73a1cd9f2cc797ef95d81eb8fa5834b25786e#diff-e7c706509c0a0c2b3bffb6c3b5225dabaf63409a8952fa63985be062f3fbfcadR2382

https://github.com/rdp/ffmpeg-windows-build-helpers/pull/648

Fixed. https://github.com/rdp/ffmpeg-windows-build-helpers/commit/9905dd7d1637a4c8b18e4b12d2fddd565c5a984b

Try to use TigerVNC `sudo apt install tigervnc-standalone-server` instead of TightVNC as TightVNC is so outdated in Linux. Works for me.

This needs to be merged.

libvpx got disabled on https://github.com/rdp/ffmpeg-windows-build-helpers/commit/563e3d4f2978849b6e09f81251874c6ccc817ddb and enabled again on https://github.com/rdp/ffmpeg-windows-build-helpers/commit/13075b5850fea0f81993a03879cc786c3f19149f and yet gone.

@Fallenap This repo is currently building from the same source that gyan dev uses (git master branch), the problem is in the [ffmpeg-windows-build-helpers](https://github.com/rdp/ffmpeg-windows-build-helpers) script.

The [`--enable-libvpx` option](https://github.com/rdp/ffmpeg-windows-build-helpers/blob/master/cross_compile_ffmpeg.sh#L2385) is located inside the [`if [[ $build_svt = y ]]; then` conditional statement](https://github.com/rdp/ffmpeg-windows-build-helpers/blob/master/cross_compile_ffmpeg.sh#L2364). SVT was disabled by default on https://github.com/rdp/ffmpeg-windows-build-helpers/commit/286ba1aecf3cb51c8cd5a0b14d0148c316626464, causing the libvpx to be disabled also.