m-ab-s / media-autobuild_suite

This Windows Batchscript helps setup a Mingw-w64 compiler environment for building ffmpeg and other media tools under Windows.
GNU General Public License v3.0
1.52k stars 263 forks source link

mingw64 ffmpeg: SVT-VP9 patch fails #2418

Closed LigH-de closed 1 year ago

LigH-de commented 1 year ago

Already integrated or rebase required?

master-0001-Add-ability-for-ffmpeg-to-run-svt-vp9.patch
        Patch could not be applied with `git am`. Continuing without patching.
dedbbs1 commented 1 year ago

I am also having this problem as of 2023-05-06 and would appreciate a fix. Wish I knew how to do so myself. Thanks.

LigH-de commented 1 year ago

Still the same.

Already integrated or rebase required?

hassan379 commented 1 year ago

me too

LigH-de commented 1 year ago

@1480c1 - running your test branch from librist, ffmpeg does not complain about the svtvp9 patch but fails anyway.

logs.zip

hassan379 commented 1 year ago

@LigH-de Hi do you have any old version of ffmpeg with svtvp9 and its shared libs (.lib and .dll files) ?

LigH-de commented 1 year ago

No, I prefer static builds and don't backup libraries (*.a).

hassan379 commented 1 year ago

@LigH-de thank u for ur help @1480c1 Sorry for repeating my question but it is very important for me. Do u have any old version of ffmpeg with svtvp9 and its shared libs (.lib and .dll files, include folder) ?

hassan379 commented 1 year ago

in order to build libsvt_vp9 and to avoid the error at the end of the compiling you have to remove --enable-libvpx from ffmpeg_options.txt

LigH-de commented 1 year ago

So I am forced to choose between either libvpx or libsvtvp9.

hassan379 commented 1 year ago

for now yes