[FFmpeg-cvslog] Fix compilation with --disable-everything --enable-parser=vc1.
Carl Eugen Hoyos
git at videolan.org
Sat Jun 14 19:20:09 CEST 2014
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sat Jun 14 19:19:52 2014 +0200| [6ac3c8c6a0c6c69b84e408a9b494fcb26294b9ee] | committer: Carl Eugen Hoyos
Fix compilation with --disable-everything --enable-parser=vc1.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6ac3c8c6a0c6c69b84e408a9b494fcb26294b9ee
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index f6f93c7..3a11b2c 100755
--- a/configure
+++ b/configure
@@ -2268,7 +2268,7 @@ h264_parser_select="h264_decoder"
hevc_parser_select="hevc_decoder"
mpegvideo_parser_select="error_resilience mpegvideo"
mpeg4video_parser_select="error_resilience h263dsp mpegvideo qpeldsp"
-vc1_parser_select="mpegvideo"
+vc1_parser_select="mpegvideo vc1_decoder"
# external libraries
libaacplus_encoder_deps="libaacplus"
More information about the ffmpeg-cvslog
mailing list