Go to file
oltolm 434b71f3c1
Some checks failed
C/C++ CI / ${{ matrix.build }} ${{ matrix.arch }} (arm64, linux, , ubuntu-latest, linux-release, /usr/local/share/vcpkg) (push) Failing after 0s
C/C++ CI / ${{ matrix.build }} ${{ matrix.arch }} (x64, linux, , ubuntu-latest, linux-release, /usr/local/share/vcpkg) (push) Failing after 0s
C/C++ CI / ${{ matrix.build }} ${{ matrix.arch }} (arm64, macos, , macos-latest, osx-release, /Users/runner/vcpkg) (push) Has been cancelled
C/C++ CI / ${{ matrix.build }} ${{ matrix.arch }} (arm64, windows, --overlay-triplets=./triplets, windows-latest, win-llvm-static-release, C:\vcpkg) (push) Has been cancelled
C/C++ CI / ${{ matrix.build }} ${{ matrix.arch }} (universal, macos, --overlay-triplets=./triplets, macos-latest, osx-release, /Users/runner/vcpkg) (push) Has been cancelled
C/C++ CI / ${{ matrix.build }} ${{ matrix.arch }} (x64, macos, , macos-latest, osx-release, /Users/runner/vcpkg) (push) Has been cancelled
C/C++ CI / ${{ matrix.build }} ${{ matrix.arch }} (x64, mingw, , windows-latest, mingw-static, C:\vcpkg) (push) Has been cancelled
C/C++ CI / ${{ matrix.build }} ${{ matrix.arch }} (x64, windows, --overlay-triplets=./triplets, windows-latest, win-llvm-static-release, C:\vcpkg) (push) Has been cancelled
C/C++ CI / create-release (push) Has been cancelled
cmake: add support for triplet x64-mingw-static (#15)
* cmake: add support for triplet x64-mingw-static

* rename build to mingw
2024-09-16 20:52:52 +02:00
.github/workflows cmake: add support for triplet x64-mingw-static (#15) 2024-09-16 20:52:52 +02:00
include FFMPEG setup 2024-03-12 21:44:17 +01:00
triplets ci: fix arm64 windows build failure 2024-09-05 18:16:08 +02:00
CMakeLists.txt cmake: add support for triplet x64-mingw-static (#15) 2024-09-16 20:52:52 +02:00
copyright FFMPEG setup 2024-03-12 21:44:17 +01:00
ffmpeg.patch FFMPEG setup 2024-03-12 21:44:17 +01: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.