Mercurial > mplayer.hg
comparison configure @ 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 |
comparison
equal
deleted
inserted
replaced
37130:1b073d52d748 | 37131:eba49c79512a |
---|---|
8646 SLIBNAME = \$(SLIBPREF)\$(FULLNAME)\$(SLIBSUF) | 8646 SLIBNAME = \$(SLIBPREF)\$(FULLNAME)\$(SLIBSUF) |
8647 SLIBNAME_WITH_MAJOR = \$(SLIBNAME)-42 | 8647 SLIBNAME_WITH_MAJOR = \$(SLIBNAME)-42 |
8648 | 8648 |
8649 # Some FFmpeg codecs depend on these. Enable them unconditionally for now. | 8649 # Some FFmpeg codecs depend on these. Enable them unconditionally for now. |
8650 CONFIG_AANDCTTABLES = yes | 8650 CONFIG_AANDCTTABLES = yes |
8651 CONFIG_AUDIODSP = yes | |
8651 CONFIG_AUDIO_FRAME_QUEUE = yes | 8652 CONFIG_AUDIO_FRAME_QUEUE = yes |
8652 CONFIG_BLOCKDSP= yes | 8653 CONFIG_BLOCKDSP= yes |
8653 CONFIG_CABAC = yes | 8654 CONFIG_CABAC = yes |
8654 CONFIG_DCT = yes | 8655 CONFIG_DCT = yes |
8655 CONFIG_DSPUTIL = yes | 8656 CONFIG_DSPUTIL = yes |
9276 #define HAVE_SYS_SELECT_H 0 | 9277 #define HAVE_SYS_SELECT_H 0 |
9277 #define HAVE_VIRTUALALLOC 0 | 9278 #define HAVE_VIRTUALALLOC 0 |
9278 | 9279 |
9279 /* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */ | 9280 /* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */ |
9280 #define CONFIG_AANDCTTABLES 1 | 9281 #define CONFIG_AANDCTTABLES 1 |
9282 #define CONFIG_AUDIODSP 1 | |
9281 #define CONFIG_AUDIO_FRAME_QUEUE 1 | 9283 #define CONFIG_AUDIO_FRAME_QUEUE 1 |
9282 #define CONFIG_BLOCKDSP 1 | 9284 #define CONFIG_BLOCKDSP 1 |
9283 #define CONFIG_DCT 1 | 9285 #define CONFIG_DCT 1 |
9284 #define CONFIG_DSPUTIL 1 | 9286 #define CONFIG_DSPUTIL 1 |
9285 #define CONFIG_DWT 1 | 9287 #define CONFIG_DWT 1 |