Skip to content

Add svt-av1 2.1.2 and gst-plugins-bad plugin entry

amyspark requested to merge amyspark/cerbero:add-svt-av1 into main

Hi all,

This MR is to add svt-av1 to Cerbero and its corresponding GStreamer plugin.

Of note is the need for a proper toolchain file, as the library checks for CMAKE_SYSTEM_NAME and CMAKE_SYSTEM_PROCESSOR. It also doesn't allow building for 32-bit platforms.

(Before submitting, I was able to test on Android and the Linux platforms. Darwin platforms were unavailable, and I wasn't able to test on MSVC.)

Merge request reports