Add rangecoder to the sonic dependencies in configure.

Fixes compilation with --disable-everything --enable-decoder=sonic
and --disable-everything --enable-encoder=sonic.
This commit is contained in:
Carl Eugen Hoyos 2014-01-30 12:15:28 +01:00
parent e1cb6dc59e
commit 3f35a31ee9
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -2004,8 +2004,8 @@ shorten_decoder_select="golomb"
sipr_decoder_select="lsp"
snow_decoder_select="dsputil dwt h264qpel hpeldsp rangecoder"
snow_encoder_select="aandcttables dsputil dwt h264qpel hpeldsp mpegvideoenc rangecoder"
sonic_decoder_select="golomb"
sonic_encoder_select="golomb"
sonic_decoder_select="golomb rangecoder"
sonic_encoder_select="golomb rangecoder"
sonic_ls_encoder_select="golomb"
sp5x_decoder_select="dsputil hpeldsp exif"
svq1_decoder_select="hpeldsp"