summarylogtreecommitdiffstats
path: root/050-ffmpeg-fix-cuda-nvcc-with-gcc14.patch
AgeCommit message (Collapse)Author
8 daysMatch latest upstream changes. Refresh patches.Daniel Bermond
Upstream splitted the C and C++ flags. Now, for correctly building with decklink-sdk (which is C++ in FFmpeg), the include flag needs to be also in CXXFLAGS, otherwise, a build error will happen at compile time. The flag is still needed in CFLAGS for detecting the decklink-sdk, otherwise, a build error will happen at configure time. Also changed the priority of the custom pkg-config search path in this commit. https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/0ce413af9cc8040095a6b714600d6a8dceaca514
2025-09-02Match latest upstream changes. Update dependencies.Daniel Bermond
2025-08-16New upstream option: --enable-whisperDaniel Bermond
whisper.cpp AUR package is broken at the time of writing, building it locally as a static library for the time being. References ---------- [1] https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/13ce36fef98a3f4e6d8360c24d6b8434cbb8869b
2025-07-28Remove the avisynth patch (fixed upstream by avisynthplus)Daniel Bermond
The 'Cache::~Cache()' symbol conflict between avisynthplus and vmaf was fixed upstream by avisynthplus. References ---------- [1] https://gitlab.archlinux.org/archlinux/packaging/packages/ffmpeg/-/issues/19 [2] https://github.com/AviSynth/AviSynthPlus/commit/d1a32d5229602f181574c95fa0db68bcf1762606 [3] https://github.com/AviSynth/AviSynthPlus/pull/452