Re: [FFmpeg-devel] [PATCH 01/13] Rename mipsdspr1 to mipsdsp

2015-11-18 Thread Vicente Olivert Riera
Dear Michael Niedermayer, On 11/17/2015 09:17 PM, Michael Niedermayer wrote: > On Mon, Nov 16, 2015 at 02:57:07PM +, Vicente Olivert Riera wrote: > [...] >> index 9a736ce..0461a97 100755 >> --- a/configure >> +++ b/configure >> @@ -380,7 +380,7 @@ Optimization options (experts only): >>--d

Re: [FFmpeg-devel] [PATCH 01/13] Rename mipsdspr1 to mipsdsp

2015-11-17 Thread Nedeljko Babic
I applied all the patches and it worked fine. But, there is a problem with the first patch indeed. There is one 'fi' command added that looks misplaced. It looks like patch 12 fixes problem caused with patch 1 by adding appropriate 'if'. -Nedeljko __

Re: [FFmpeg-devel] [PATCH 01/13] Rename mipsdspr1 to mipsdsp

2015-11-17 Thread Michael Niedermayer
On Mon, Nov 16, 2015 at 02:57:07PM +, Vicente Olivert Riera wrote: [...] > index 9a736ce..0461a97 100755 > --- a/configure > +++ b/configure > @@ -380,7 +380,7 @@ Optimization options (experts only): >--disable-yasm disable use of nasm/yasm assembly >--disable-mips32r5 d

Re: [FFmpeg-devel] [PATCH 01/13] Rename mipsdspr1 to mipsdsp

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 01/13] Rename mipsdspr1 to mipsdsp Signed-off-by: Vicente Olivert Riera ---