[FFmpeg-cvslog] configure: make vp9 decoder select the parser.

Clément Bœsch git at videolan.org
Sat May 17 16:22:23 CEST 2014


ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Sat May 17 16:13:05 2014 +0200| [9986e50a6ec8b4500557c3b17188615558a76069] | committer: Clément Bœsch

configure: make vp9 decoder select the parser.

The parser is needed. FATE breaks if not present.

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

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 7700617..1e3295e 100755
--- a/configure
+++ b/configure
@@ -2163,7 +2163,7 @@ vp6a_decoder_select="vp6_decoder"
 vp6f_decoder_select="vp6_decoder"
 vp7_decoder_select="h264pred videodsp"
 vp8_decoder_select="h264pred videodsp"
-vp9_decoder_select="videodsp"
+vp9_decoder_select="videodsp vp9_parser"
 webp_decoder_select="vp8_decoder"
 wmapro_decoder_select="mdct sinewin"
 wmav1_decoder_select="mdct sinewin"



More information about the ffmpeg-cvslog mailing list