Go to file
2024-09-08 19:25:41 +02:00
.github/workflows ffmpeg: Create release even if some builds fail 2024-09-08 19:25:41 +02:00
include FFMPEG setup 2024-03-12 21:44:17 +01:00
lib/windows/x86_64 lib: Add back precompiled libs for Windows x86_64 2024-09-08 19:25:08 +02:00
triplets ci: fix arm64 windows build failure 2024-09-05 18:16:08 +02:00
CMakeLists.txt cmake: Adapt upstream script for RPCS3 2024-09-08 19:25:08 +02:00
copyright FFMPEG setup 2024-03-12 21:44:17 +01:00
ffmpeg.patch ffmpeg.patch: Restore RPCS3 required encoders 2024-09-08 19:25:08 +02:00
Readme.md FFMPEG setup 2024-03-12 21:44:17 +01:00

FFmpeg builtins

This repository contains the ffmpeg builtins for Vita3K and the CI to build them using vcpkg and github action.

The Windows version is built using clang-cl, this is done so that inline assembly optimisations (which are not supported by MSVC) can be enabled.