Building Universal FFmpeg Custom Binaries
I am using a very pared down set of FFMpeg features for a macOS project that I
build into a custom library. I had a script set up to configure the build which
worked fine on my Intel based MacBook Pro. Then I upgraded to an Apple Silicon
MacBookPro and wanted to run natively, or at least see what happened when I
did. To build, FFMpeg uses autoconf which produces a makefile that then handles
the build.