From 3d5d46233cd81f78138a6d7418d480af04d3f6c8 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 1 Feb 2015 11:08:17 +0100 Subject: opus: Factor out imdct15 into a standalone component It will be reused by the AAC decoder. --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 1d87816057..17a7d7945e 100755 --- a/configure +++ b/configure @@ -1578,6 +1578,7 @@ CONFIG_EXTRA=" huffyuvencdsp idctdsp iirfilter + imdct15 intrax8 lgplv3 lpc @@ -1872,6 +1873,7 @@ nellymoser_encoder_select="audio_frame_queue mdct sinewin" nuv_decoder_select="idctdsp lzo" on2avc_decoder_select="mdct" opus_decoder_deps="avresample" +opus_decoder_select="imdct15" png_decoder_deps="zlib" png_encoder_deps="zlib" png_encoder_select="huffyuvencdsp" -- cgit v1.2.3