]> git.99rst.org Git - openwrt-packages.git/commit
gst1-libav: fix build with FFmpeg 9
authorDaniel Golle <redacted>
Tue, 8 Sep 2026 17:55:02 +0000 (18:55 +0100)
committerDaniel Golle <redacted>
Fri, 18 Sep 2026 15:44:26 +0000 (16:44 +0100)
commit66c7c55e4ac3756c689b7cc147c3e5139e093503
treedd94c3ade9afb30a2ed5d856f83e04b295d3a757
parent6990c0a844c5bdb6afc57f07b3e0bc01d3c56dac
gst1-libav: fix build with FFmpeg 9

libavcodec 63 does not define the V308, V408 and V410 codec IDs that
the video decoder and encoder registration list among the quasi
codecs to skip, so both files fail to compile. Backport the upstream
change that guards those entries by libavcodec major version.

Fixes: 78521023 ("ffmpeg: update to 9.0.1")
Signed-off-by: Daniel Golle <redacted>
multimedia/gst1-libav/Makefile
multimedia/gst1-libav/patches/001-gst-libav-Fix-build-failure-with-FFmpeg-9.0.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT