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 ...

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to