Has anyone been able to successfully patch FFmpeg with FCVVDP? The patch was released in March 2026 and so was ffmpeg 8.0 so it should work. What the FUCK am I doing wrong mannnnn...
user01@DESKTOP-10GG5AB:/mnt/c/FCVVDP$ git clone --branch n8.0 --depth 1 https://git.ffmpeg.org/ffmpeg.git ffmpeg
Cloning into 'ffmpeg'...
user01@DESKTOP-10GG5AB:/mnt/c/FCVVDP$ cd ffmpeg
user01@DESKTOP-10GG5AB:/mnt/c/FCVVDP/ffmpeg$ cat RELEASE_NOTES
The FFmpeg Project proudly presents FFmpeg 8.0 "Huffman", about 11
months after the release of FFmpeg 7.1.
user01@DESKTOP-10GG5AB:/mnt/c/FCVVDP/ffmpeg$ git checkout n8.0
HEAD is now at 140fd65 Changelog: Remove "version <next>"
user01@DESKTOP-10GG5AB:/mnt/c/FCVVDP/ffmpeg$ git apply /mnt/c/FCVVDP/fcvvdp/patches/0001-feat-fcvvdp-support.patch
user01@DESKTOP-10GG5AB:/mnt/c/FCVVDP/ffmpeg$ ./configure --enable-fcvvdp
ERROR: fcvvdp not found
If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat.
Include the log file "ffbuild/config.log" produced by configure as this will help
solve the problem.
More info on the project: https://github.com/halidecx/fcvvdp/blob/main/doc/cvvdp.md