Mercurial > mplayer.hg
changeset 37131:eba49c79512a
configure: fix build before it breaks, add config_audiodsp
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
author | michael |
---|---|
date | Sun, 22 Jun 2014 15:52:55 +0000 |
parents | 1b073d52d748 |
children | fa8c2a3802ed |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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