]> git.sesse.net Git - ffmpeg/commitdiff
configure: Fix build with --disable-decoders --enable-parser=hevc
authorMichael Niedermayer <michael@niedermayer.cc>
Mon, 13 Jul 2015 15:42:44 +0000 (17:42 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Mon, 13 Jul 2015 15:43:05 +0000 (17:43 +0200)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
configure

index 88ee93668301a2f69e7e71628fc2669b5a0f3abc..ac32a1f7375fde1fd9ea0ca0db018845f2051f23 100755 (executable)
--- a/configure
+++ b/configure
@@ -2441,6 +2441,8 @@ wmv3_vdpau_hwaccel_select="vc1_vdpau_hwaccel"
 # parsers
 h264_parser_select="h264_decoder"
 hevc_parser_select="golomb"
+#If ADVANCED_PARSER is enabled then the decoder is needed otherwise the next line can be removed
+hevc_parser_select="hevc_decoder"
 mpegvideo_parser_select="mpegvideo"
 mpeg4video_parser_select="error_resilience h263dsp mpeg_er mpegvideo qpeldsp"
 vc1_parser_select="mpegvideo startcode vc1_decoder"