# HG changeset patch # User michael # Date 1403452375 0 # Node ID eba49c79512aeb9aa1b185be389faebab5b92a56 # Parent 1b073d52d7483521354cb308064e8a8cc01c800f configure: fix build before it breaks, add config_audiodsp Signed-off-by: Michael Niedermayer diff -r 1b073d52d748 -r eba49c79512a configure --- a/configure Thu Jun 19 03:14:03 2014 +0000 +++ b/configure Sun Jun 22 15:52:55 2014 +0000 @@ -8648,6 +8648,7 @@ # Some FFmpeg codecs depend on these. Enable them unconditionally for now. CONFIG_AANDCTTABLES = yes +CONFIG_AUDIODSP = yes CONFIG_AUDIO_FRAME_QUEUE = yes CONFIG_BLOCKDSP= yes CONFIG_CABAC = yes @@ -9278,6 +9279,7 @@ /* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */ #define CONFIG_AANDCTTABLES 1 +#define CONFIG_AUDIODSP 1 #define CONFIG_AUDIO_FRAME_QUEUE 1 #define CONFIG_BLOCKDSP 1 #define CONFIG_DCT 1