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

2015-11-17 Thread Nedeljko Babic
LGTM Thanks, Nedeljko Od: Vincent Olivert Riera Poslato: 16. novembar 2015 15:57 Za: ffmpeg-devel@ffmpeg.org Cc: Nedeljko Babic; Shivraj Patil; Vincent Olivert Riera Tema: [PATCH 02/13] Remove --mips32r5 configure option Having a configure option with the

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

2015-11-16 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 Olive