diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-13 17:42:44 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-13 17:43:05 +0200 |
commit | ba051661746fbab603bca39a217fa96262a4b0c0 (patch) | |
tree | 1c2ae25caafce31a01869b235aabd1b28501e31a | |
parent | da10aaf23844becb16a5925d2fb95e14eab16b7e (diff) | |
download | ffmpeg-ba051661746fbab603bca39a217fa96262a4b0c0.tar.gz |
configure: Fix build with --disable-decoders --enable-parser=hevc
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |