Remove the avisynth patch (fixed upstream by avisynthplus)

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
This commit is contained in:
Daniel Bermond
2025-07-28 17:23:17 -03:00
parent 61a5f640a1
commit d377a44ed3
6 changed files with 14 additions and 30 deletions
+11
View File
@@ -0,0 +1,11 @@
--- a/configure
+++ b/configure
@@ -6748,7 +6748,7 @@ if [ -z "$nvccflags" ]; then
nvccflags=$nvccflags_default
fi
-nvccflags="$nvccflags -std=c++11"
+nvccflags="$nvccflags -std=c++14"
if enabled x86_64 || enabled ppc64 || enabled aarch64; then
nvccflags="$nvccflags -m64"