Re: [FFmpeg-devel] [PATCH v5 1/6] ffbuild: Refine MIPS handling

2020-07-16 Thread Shiyou Yin
t;To: ffmpeg-devel@ffmpeg.org >Cc: Jiaxun Yang >Subject: [FFmpeg-devel] [PATCH v5 1/6] 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

[FFmpeg-devel] [PATCH v5 1/6] ffbuild: Refine MIPS handling

2020-07-02 Thread Jiaxun Yang
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 a