[FFmpeg-cvslog] Add rangecoder to the sonic dependencies in configure.
Carl Eugen Hoyos
git at videolan.org
Thu Jan 30 12:16:47 CET 2014
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Thu Jan 30 12:15:28 2014 +0100| [3f35a31ee9566293eec68c61a93cdbd6b0e349a7] | committer: Carl Eugen Hoyos
Add rangecoder to the sonic dependencies in configure.
Fixes compilation with --disable-everything --enable-decoder=sonic
and --disable-everything --enable-encoder=sonic.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3f35a31ee9566293eec68c61a93cdbd6b0e349a7
---
configure | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index 0fbaa6a..8b88daf 100755
--- a/configure
+++ b/configure
@@ -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"
More information about the ffmpeg-cvslog
mailing list