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.49k stars 257 forks source link

DLL missing in ffmpeg (both static & shared) #2586

Closed F1FAQ closed 5 months ago

F1FAQ commented 5 months ago

Bonjour, After compiling ffmpeg (both static and shared) I found that they were not running in my test directory. I found that the libopenh264.dll was missing. Adding it manually in the ffmpeg or ffmpeg-shared test directory I made, made them both running well...

1480c1 commented 5 months ago

I am not sure if I understand what you mean by “my test directory”?

All the .dlls for a shared ffmpeg should be present in the local64\bin-video folder for you to use or copy

F1FAQ commented 5 months ago

Sorry, it appears that I made a mistake while testing and sorry for your time