[FFmpeg-cvslog] configure: add missing h263p decoder dependencies

James Almer git at videolan.org
Sun Apr 12 20:49:50 CEST 2015


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sun Apr 12 15:42:38 2015 -0300| [14edc9f3a3924237e4fd57bac301a9cbd263ab79] | committer: James Almer

configure: add missing h263p decoder dependencies

Should fix ticket #4480

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=14edc9f3a3924237e4fd57bac301a9cbd263ab79
---

 configure |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 5d741ba..389de92 100755
--- a/configure
+++ b/configure
@@ -2161,6 +2161,7 @@ h261_encoder_select="aandcttables mpegvideoenc"
 h263_decoder_select="error_resilience h263_parser h263dsp mpeg_er mpegvideo qpeldsp"
 h263_encoder_select="aandcttables h263dsp mpegvideoenc"
 h263i_decoder_select="h263_decoder"
+h263p_decoder_select="h263_decoder"
 h263p_encoder_select="h263_encoder"
 h264_decoder_select="cabac golomb h264chroma h264dsp h264pred h264qpel startcode videodsp"
 h264_decoder_suggest="error_resilience"



More information about the ffmpeg-cvslog mailing list