No description
  • Shell 81.5%
  • CMake 18.5%
Find a file
crueter 9f2a8f06ce
Cleanup
Signed-off-by: crueter <crueter@eden-emu.dev>
2026-04-28 21:20:49 -04:00
.github/workflows Cleanup 2026-04-28 21:20:49 -04:00
deps Revert "Switch to Ubuntu" 2026-04-27 15:45:22 -04:00
tools Test fork approach (#14) 2026-04-28 21:20:25 -04:00
windows Cleanup 2026-04-28 21:20:49 -04:00
.gitignore refactor: common build script, unix targets (#6) 2025-11-11 16:23:38 -05:00
CMakeLists.txt [cmake] link to VTBox/CoreMedia on Apple 2025-12-09 01:22:07 -05:00
LICENSE Initial commit 2025-09-19 12:28:35 -04:00
README.md refactor: amf, videotoolbox (real), d3d12 (#10) 2025-12-06 13:19:18 -05:00

FFmpeg CI

Scripts and CI for debloated FFmpeg, containing only h264, vp8, vp9, and hwaccel support.

  • Releases
  • Shared libraries (BUILD_SHARED_LIBS=ON) are supported.
  • CMake target: FFmpeg::FFmpeg

Building and Usage

See the spec.

Dependencies

All: GNU make, pkg-config, curl, zstd, unzip, bash, working compiler

  • amd64 only: nasm
  • Linux, MinGW: amf-headers
  • Linux, FreeBSD, MinGW: ffnvcodec-headers, vulkan-headers
  • OpenBSD: vulkan-headers
  • Dependencies are handled automatically on MSVC