Re: [FFmpeg-devel] [PATCH v2 02/13] Remove --mips32r5 configure option

2015-11-18 Thread Vicente Olivert Riera
Dear Michael Niedermayer, On 11/18/2015 04:59 PM, Michael Niedermayer wrote: > On Wed, Nov 18, 2015 at 11:13:38AM +, Vicente Olivert Riera wrote: >> Having a configure option with the same name as a MIPS ISA is confusing, >> so better to remove it. This option was being used to add some >>

Re: [FFmpeg-devel] [PATCH v2 02/13] Remove --mips32r5 configure option

2015-11-18 Thread Michael Niedermayer
On Wed, Nov 18, 2015 at 11:13:38AM +, Vicente Olivert Riera wrote: > Having a configure option with the same name as a MIPS ISA is confusing, > so better to remove it. This option was being used to add some > optimizations to a specific core (p5600). We will add the optimizations > just when

[FFmpeg-devel] [PATCH v2 02/13] Remove --mips32r5 configure option

2015-11-18 Thread Vicente Olivert Riera
Having a configure option with the same name as a MIPS ISA is confusing, so better to remove it. This option was being used to add some optimizations to a specific core (p5600). We will add the optimizations just when the p5600 core has been detected, in a later patch. Signed-off-by: Vicente