gst1-libav: fix build with FFmpeg 9 - #30540
Merged
Merged
Conversation
dangowrt
force-pushed
the
gst1-libav-ffmpeg9
branch
2 times, most recently
from
September 15, 2026 22:30
fa93fdc to
da34a14
Compare
openwrt-ai
reviewed
Sep 16, 2026
openwrt-ai
left a comment
Collaborator
There was a problem hiding this comment.
Commit checks
da34a148"gst1-libav: fix build with FFmpeg 9" — theFixes:trailer abbreviates the SHA to 8 characters, while every otherFixes:trailer in this tree (and the PR body itself) uses the 12-char form. Optional, non-blocking:Fixes: 785210230381 ("ffmpeg: update to 9.0.1").
Generated by Claude Code
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: 7852102 ("ffmpeg: update to 9.0.1") Signed-off-by: Daniel Golle <daniel@makrotopia.org>
dangowrt
force-pushed
the
gst1-libav-ffmpeg9
branch
from
September 16, 2026 14:10
da34a14 to
4640ca6
Compare
openwrt-ai
reviewed
Sep 17, 2026
Contributor
|
I think the failing checks are associated with factors outside of the package. If this is the case, then I recommend we merge this. The patch looks sound, and it came from upstream. Thank you, @dangowrt. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📦 Package Details
Maintainer: @thess @xback @flyn-org (de-dacto)
Description:
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: 7852102 ("ffmpeg: update to 9.0.1")
🧪 Run Testing Details
✅ Formalities
If your PR contains a patch:
git am(e.g., subject line, commit description, etc.)
We must try to upstream patches to reduce maintenance burden.