mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-21 06:50:56 +00:00
configure: Fix build with --disable-decoders --enable-parser=hevc
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
da10aaf238
commit
ba05166174
2
configure
vendored
2
configure
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user