在 2020/6/6 17:48, Shiyou Yin 写道:
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jiaxun Yang Sent: Saturday, June 6, 2020 3:34 PM To: [email protected] Cc: [email protected]; Jiaxun Yang Subject: [FFmpeg-devel] [PATCH v3 1/4] ffbuild: Refine MIPS handling To enable runtime detection for MIPS, we need to refine ffbuild part to support buildding these feature together. Firstly, we fixed configure, let it probe native ability of toolchain to decide wether a feature can to be enabled, also clearly marked the conflictions between loongson2 & loongson3 and Release 6 & rest. Secondly, we compile MMI and MSA C sources with their own flags to ensure their flags won't pollute the whole program and generate illegal code. Signed-off-by: Jiaxun Yang <[email protected]> -- v3: Address Shiyou's review suggestions, Fix GCC version detection method.
[...] Hi Shiyou, I have addressed these comments and send out v4. Thanks for your patient review! - Jiaxun _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
