Skip to content

fix(master): adapt use-prebuilt-bin2c patch for ffmpeg master#58

Merged
ffmpeg-dev[bot] merged 1 commit into
mainfrom
fix/ffmpeg-master-r1
Jul 3, 2026
Merged

fix(master): adapt use-prebuilt-bin2c patch for ffmpeg master#58
ffmpeg-dev[bot] merged 1 commit into
mainfrom
fix/ffmpeg-master-r1

Conversation

@ffmpeg-dev

@ffmpeg-dev ffmpeg-dev Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Fix Summary

  • Root cause: Patch 0045-use-prebuilt-bin2c-8.1.patch failed on ffbuild/common.mak because the master version (commit 7660741) has updated RUN_GZIP and RUN_MINIFY targets that include mkdir -p $(dir $@) && prefix, while the 8.1-based patch expected the older form without that prefix.
  • Files changed:
    • patches/8.x/0057-use-prebuilt-bin2c-master.patch (new)
    • ffmpeg/master.yaml (patch reference updated)
  • Verification:
    • git apply --check in YAML patch-list order: ALL PATCHES APPLIED
    • python scripts/ffport.py list: master YAML parsed correctly
    • python -m pytest tests/ -v: 450 passed, 14 failed (pre-existing, unrelated)

Triggered by auto-heal run: #28665935187

The 0045-use-prebuilt-bin2c-8.1.patch failed on ffbuild/common.mak
because the master version (7660741) has updated RUN_GZIP and
RUN_MINIFY targets with mkdir -p prefix. Create a new version-
specific patch 0057-use-prebuilt-bin2c-master.patch with corrected
context.
@ffmpeg-dev ffmpeg-dev Bot enabled auto-merge (squash) July 3, 2026 14:23
@ffmpeg-dev ffmpeg-dev Bot merged commit 4be0eca into main Jul 3, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants