diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-05-15 18:28:45 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-05-15 18:28:45 +0200 |
commit | ffa05e0802fd77043b5d1b1aef4aa6caee2b9291 (patch) | |
tree | 2506e80b3ace6dd5841e6d1327fcc4c0e519ff7d /configure | |
parent | 96cb4c87183798d1badd15a8727efba634023fc1 (diff) | |
download | ffmpeg-ffa05e0802fd77043b5d1b1aef4aa6caee2b9291.tar.gz |
avcodec/opusdec: switch to swresample
This also fixes linking failures in doc/examples which where apparently
caused by the linking order between avcodec and avresample
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2110,7 +2110,7 @@ nellymoser_decoder_select="mdct sinewin" nellymoser_encoder_select="audio_frame_queue mdct sinewin" nuv_decoder_select="dsputil lzo" on2avc_decoder_select="mdct" -opus_decoder_deps="avresample" +opus_decoder_deps="swresample" png_decoder_select="zlib" png_encoder_select="dsputil zlib" prores_decoder_select="dsputil" @@ -5140,7 +5140,7 @@ enabled subtitles_filter && prepend avfilter_deps "avformat avcodec" enabled lavfi_indev && prepend avdevice_deps "avfilter" -enabled opus_decoder && prepend avcodec_deps "avresample" +enabled opus_decoder && prepend avcodec_deps "swresample" expand_deps(){ lib_deps=${1}_deps |