On 26 July 2017 at 15:56, Ivan Kalvachev <ikalvac...@gmail.com> wrote:
> + if (ARCH_X86 && CONFIG_OPUS_ENCODER) > + ff_opus_dsp_init_x86(s); > Just change it to + if (ARCH_X86) The init function is named opus_dsp, so it'll get used to other opus things, not just the encoder. The assembly code looks fine to me, but other people will have to take a look at it in case I'm missing something. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel