rdp / ffmpeg-windows-build-helpers

Helper script for cross compiling some media tools for windows, like customizable ffmpeg.exe (with or without non-free components, etc), and some other bonuses like mplayer, mp4box, mxf, etc.
GNU General Public License v3.0
1.08k stars 412 forks source link

Fix libaribcaption and nvenc on old versions of FFmpeg #719

Closed AnimMouse closed 10 months ago

AnimMouse commented 11 months ago

Fixes Unknown option "--enable-libaribcaption". by not building libaribcaption on old versions of FFmpeg. Fixes #701, fixes https://github.com/AnimMouse/ffmpeg-stable-autobuild/issues/116.

Fixes ERROR: nvenc requested but not found by checking out a specific version of nv-codec-headers on old versions of FFmpeg with credits to #714. Fixes #708, fixes #712.