You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ExternalProject may help at simplifying the configuration and build of FFmpeg. See whether this is usable, with specific care for Windows as it doesn't come presinstalled wih some required unix tools.
I downloaded the latest 2.0 version of FFmpeg, but sadly it does not appear that they use CMake for their build system. However, it looks like ExternalProject can run configure scripts. This is promising because we might be able to move the logic and settings from the build_ffmpeg.sh script to the CMake side. This would make things more transparent for the user.
ExternalProject may help at simplifying the configuration and build of FFmpeg. See whether this is usable, with specific care for Windows as it doesn't come presinstalled wih some required unix tools.
See #31 for more details.
The text was updated successfully, but these errors were encountered: