[FFmpeg-cvslog] configure: fix VP7 standalone build

Michael Niedermayer git at videolan.org
Thu Mar 27 05:03:25 CET 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Mar 27 04:23:15 2014 +0100| [d5c9843cd2e74d5d0dbff6319abffb3adb794f9e] | committer: Michael Niedermayer

configure: fix VP7 standalone build

Found-by: Vittorio Giovara <vittorio.giovara at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

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

diff --git a/configure b/configure
index a10fea4..2016624 100755
--- a/configure
+++ b/configure
@@ -2116,6 +2116,7 @@ vp5_decoder_select="h264chroma hpeldsp videodsp vp3dsp"
 vp6_decoder_select="h264chroma hpeldsp huffman videodsp vp3dsp"
 vp6a_decoder_select="vp6_decoder"
 vp6f_decoder_select="vp6_decoder"
+vp7_decoder_select="h264pred videodsp"
 vp8_decoder_select="h264pred videodsp"
 vp9_decoder_select="videodsp"
 webp_decoder_select="vp8_decoder"



More information about the ffmpeg-cvslog mailing list