Skip to content

gst1-libav: fix build with FFmpeg 9 - #30540

Merged
dangowrt merged 1 commit into
openwrt:masterfrom
dangowrt:gst1-libav-ffmpeg9
Sep 18, 2026
Merged

dangowrt merged 1 commit into
openwrt:masterfrom
dangowrt:gst1-libav-ffmpeg9

Conversation

@dangowrt

@dangowrt dangowrt commented Sep 15, 2026

Copy link
Copy Markdown
Member

📦 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

  • OpenWrt Version: snapshow
  • OpenWrt Target/Subtarget: rockchip/armv8
  • OpenWrt Device: Rock5B (Rk3588)

✅ Formalities

  • I have reviewed the CONTRIBUTING.md file for detailed contributing guidelines.

If your PR contains a patch:

  • It can be applied using git am
  • It has been refreshed to avoid offsets, fuzzes, etc., using
    make package/<your-package>/refresh V=s
  • It is structured in a way that it is potentially upstreamable
    (e.g., subject line, commit description, etc.)
    We must try to upstream patches to reduce maintenance burden.

@dangowrt
dangowrt force-pushed the gst1-libav-ffmpeg9 branch 2 times, most recently from fa93fdc to da34a14 Compare September 15, 2026 22:30

@openwrt-ai openwrt-ai left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commit checks

  • da34a148 "gst1-libav: fix build with FFmpeg 9" — the Fixes: trailer abbreviates the SHA to 8 characters, while every other Fixes: 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>

@openwrt-ai openwrt-ai left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 new commit; no new issues found.


Generated by Claude Code

@flyn-org

Copy link
Copy Markdown
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.

@dangowrt
dangowrt merged commit 66c7c55 into openwrt:master Sep 18, 2026
11 of 14 checks passed
@dangowrt
dangowrt deleted the gst1-libav-ffmpeg9 branch September 18, 2026 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants