FFMPEG: need to set SDK version in dylibs on macos
Without setting the SDK version, signed executables will not run because the dylibs cannot be verified.
To set the SDK, add '-isysroot mmacosx-version-min=${CMAKE_OSX_SYSROOT}'
to the linker arguments.