[FFmpeg-devel] Fixpoint FFT optimization, with MDCT and IMDCT wrappers for audio optimization

Marc Hoffman mmhoffm
Mon Jul 30 05:12:28 CEST 2007


On 7/29/07, Marc Hoffman <mmhoffm at gmail.com> wrote:
> On 7/29/07, Diego Biurrun <diego at biurrun.de> wrote:
> > On Sun, Jul 29, 2007 at 07:20:59PM -0400, Marc Hoffman wrote:
> > >
> > > sorry about the mime type gmail doesn't allow me to mark it as
> > > text/x-patch.  This makes config changes.
> >
> > > --- configure (revision 9807)
> > > +++ configure (working copy)
> > > @@ -573,6 +574,7 @@
> > >      bktr
> > >      dc1394
> > >      dv1394
> > > +    fixedpoint
> > >      ffmpeg
> > >      ffplay
> > >      ffserver
> > > @@ -665,6 +667,7 @@
> > >      fast_64bit
> > >      fast_cmov
> > >      fast_unaligned
> > > +    fixedpoint
> > >      fork
> > >      freetype2
> > >      GetProcessTimes
> >
> > Just CONFIG_LIST is enough.
> >
> > > --- libavcodec/Makefile       (revision 9807)
> > > +++ libavcodec/Makefile       (working copy)
> > > @@ -358,6 +358,10 @@
> > >  OBJS-$(CONFIG_VP6F_DECODER)            += i386/vp3dsp_mmx.o i386/vp3dsp_sse2.o
> > >  endif
> > >
> > > +ifeq ($(HAVE_FIXEDPOINT),yes)
> > > +OBJS += fft_fixedpoint.o
> > > +endif
> >
> > Do this in one line, like for all the other files.
> >
>
> Ok guys, I removed myself from the have list...  And correct the
> makefile like you asked before.  Much simpiler.  Again sorry about the
> mime attachment....
>
> Marc


Is this reasonable to commit now?

Marc




More information about the ffmpeg-devel mailing list