When compiling SDL_image with -DSDLIMAGE_VENDORED=ON, some of the libraries (specifically aom) fail to build with various errors like error: inlining failed in call to always_inline ‘vsetq_lane_u32’: target specific option mismatch.
I am not familiar enough with that error message to know whether this is a bug with the library itself, the command line arguments given to the compiler, or if the library just doesn't support armhf and SDL mistakenly attempts to compile it anyways, so I open the issue here for guidance on how to proceed.