Closed venki-thiyag closed 2 years ago
May I ask why you are trying to build FFmpeg yourself? You can just use the NuGet package, no need to build FFmpeg manually. The standard-cpp-migration only affects the FFmpegInteropX library, not the FFmpeg build. You can build the library by opening the solution in VisualStudio, it will download the latest FFmpeg NuGet package.
If you really want to manually build FFmpeg:
We use openssl 3.0, so there is no need for -nonfree parameter. If it complains that openssl is not found, you need to find out why openssl was not correctly built. Of course, the build script is supposed to error out if openssl build fails, but who knows what has happened. Also try to use -ClearBuildFolders parameter with Build-FFmpeg.ps1 to enforce completely new build.
Closing this. Feel free to re-open if there are any questions.
Trying to build standard-cpp-migration branch on my Windows 10 system, observing the following error:
I have added the following flags:
inside FFmpegConfig.sh, because of the following error:
Any ideas on how to proceed on this?
Build setup: