Lazyweb: I am attempting to compile a static, embeddable/redistributable binary of ffmpeg, on macOS.
"configure --enable-static --disable-shared" gives me a binary that is still linking against random crap it found in /opt/local/lib. How do I make it stop doing that?
The answer is not --extra-cflags="-nostdinc -ibuiltininc" --extra-ldflags="-nostdlib -ibuiltininc" ("Compiler lacks C11 support")
"Delete that stuff from /opt/local" is also not an option.