Hi This patch fixes the regression whereby inline neon is not enabled
Actually I'm a bit unsure about this patch (despite the fact I'm submitting it). It does do its job in that if you specify an armv7a cpu then it will try to enable neon, but it is a bit mucky due to uncertainties about exactly what capabilities each cpu actually has. Really configure probably wants a --fpu= option, but my understanding of how it is meant to work isn't up to that, so for the moment if the fpu type is specified by the user then I expect it to turn up in cextra_flags. I'll also note that probe_arm_arch ends up setting subarch to armv7-a when the other bits of the script expect armv7a (although gcc wants armv7-a in -march). Again I am confused by this but I'm not sure what the right answer is let alone the correct fix. Maybe whoever wrote this bit of configure could revisit it? Regards John Cox
neon_inline.patch
Description: Binary data
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel