Re: [libav-devel] [PATCH] x86: call remaining init functions under if (ARCH_X86), not if (HAVE_MMX)

2012-10-12 Thread Janne Grunau
On 2012-10-12 16:23:54 +0200, Diego Biurrun wrote: > On Thu, Oct 11, 2012 at 01:45:54AM +0200, Janne Grunau wrote: > > On 2012-10-10 23:47:27 +0200, Diego Biurrun wrote: > > > --- a/libavcodec/x86/Makefile > > > +++ b/libavcodec/x86/Makefile > > > @@ -1,9 +1,17 @@ > > > -OBJS

Re: [libav-devel] [PATCH] x86: call remaining init functions under if (ARCH_X86), not if (HAVE_MMX)

2012-10-12 Thread Diego Biurrun
On Thu, Oct 11, 2012 at 01:45:54AM +0200, Janne Grunau wrote: > On 2012-10-10 23:47:27 +0200, Diego Biurrun wrote: > > --- a/libavcodec/x86/Makefile > > +++ b/libavcodec/x86/Makefile > > @@ -1,9 +1,17 @@ > > -OBJS += x86/fmtconvert_init.o > > +OBJS

Re: [libav-devel] [PATCH] x86: call remaining init functions under if (ARCH_X86), not if (HAVE_MMX)

2012-10-10 Thread Janne Grunau
On 2012-10-10 23:47:27 +0200, Diego Biurrun wrote: > --- > Now tested to work with --disable-mmx, which required reshuffling > OBJS/MMX-OBJS handling as well as a few ifdefs. > > libavcodec/dsputil.c |2 +- > libavcodec/dsputil.h |2 +- > libavcodec/dwt.c |

[libav-devel] [PATCH] x86: call remaining init functions under if (ARCH_X86), not if (HAVE_MMX)

2012-10-10 Thread Diego Biurrun
--- Now tested to work with --disable-mmx, which required reshuffling OBJS/MMX-OBJS handling as well as a few ifdefs. libavcodec/dsputil.c |2 +- libavcodec/dsputil.h |2 +- libavcodec/dwt.c |2 +- libavcodec/x86/Makefile | 19 +--

[libav-devel] [PATCH] x86: call remaining init functions under if (ARCH_X86), not if (HAVE_MMX)

2012-10-08 Thread Diego Biurrun
--- libavcodec/dsputil.c |2 +- libavcodec/dsputil.h |2 +- libavcodec/dwt.c |2 +- libavcodec/x86/Makefile | 14 +++--- libavcodec/x86/dsputil_mmx.c |2 +- libavfilter/vf_gradfun.c |2 +- libavfilter/vf_yadif.c|2