Re: [FFmpeg-devel] [PATCH] rv34dsp: Exclude mmx for x86_64 at build time

2017-02-17 Thread Hendrik Leppkes
On Fri, Feb 17, 2017 at 11:56 AM, Hugo Beauzée-Luyssen wrote: > On Fri, Feb 17, 2017, at 11:50 AM, Carl Eugen Hoyos wrote: >> 2017-02-17 11:24 GMT+01:00 Hugo Beauzée-Luyssen : >> > The function is not defined when building for x86_64 >> >> But it is declared unconditionally. >> >> How can the issu

Re: [FFmpeg-devel] [PATCH] rv34dsp: Exclude mmx for x86_64 at build time

2017-02-17 Thread Carl Eugen Hoyos
2017-02-17 11:56 GMT+01:00 Hugo Beauzée-Luyssen : > On Fri, Feb 17, 2017, at 11:50 AM, Carl Eugen Hoyos wrote: >> 2017-02-17 11:24 GMT+01:00 Hugo Beauzée-Luyssen : >> > The function is not defined when building for x86_64 >> >> But it is declared unconditionally. >> >> How can the issue you are try

Re: [FFmpeg-devel] [PATCH] rv34dsp: Exclude mmx for x86_64 at build time

2017-02-17 Thread Hugo Beauzée-Luyssen
On Fri, Feb 17, 2017, at 11:50 AM, Carl Eugen Hoyos wrote: > 2017-02-17 11:24 GMT+01:00 Hugo Beauzée-Luyssen : > > The function is not defined when building for x86_64 > > But it is declared unconditionally. > > How can the issue you are trying to fix be reproduced? > Why is this the only occurre

Re: [FFmpeg-devel] [PATCH] rv34dsp: Exclude mmx for x86_64 at build time

2017-02-17 Thread Carl Eugen Hoyos
2017-02-17 11:24 GMT+01:00 Hugo Beauzée-Luyssen : > The function is not defined when building for x86_64 But it is declared unconditionally. How can the issue you are trying to fix be reproduced? Why is this the only occurrence? Carl Eugen ___ ffmpeg-d