On Jan 24, 2015 10:44 PM, "Diego Biurrun" <di...@biurrun.de> wrote:
>
> On Thu, Jan 22, 2015 at 11:04:41AM -0800, Alex Converse wrote:
> > --- a/libavcodec/Makefile
> > +++ b/libavcodec/Makefile
> > @@ -91,7 +91,8 @@ OBJS-$(CONFIG_WMA_FREQS)               += wma_freqs.o
> >  OBJS-$(CONFIG_AAC_DECODER)             += aacdec.o aactab.o aacsbr.o
aacps.o \
> > -                                          aacadtsdec.o mpeg4audio.o
kbdwin.o \
> > +                                          aacadtsdec.o opus_imdct.o \
> > +                                          mpeg4audio.o kbdwin.o \
> >                                            sbrdsp.o aacpsdsp.o
> > --- a/libavcodec/aac.h
> > +++ b/libavcodec/aac.h
> > @@ -32,6 +32,7 @@
> >
> >  #include "libavutil/float_dsp.h"
> >  #include "avcodec.h"
> > +#include "opus_imdct.h"
> >  #include "fft.h"
>
> Maybe this IMDCT should be renamed to something else now?
> It's obviously not specific to Opus ...
>

Currently it can't even seem to decide if it wants to be called the celt
imdct or the opus imdct. Maybe imdct15 would be a better name. It would
also be nice if I could call it from the same interface as the 2**n imdct.
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to