forked from FFmpeg/FFmpeg
Add decoder dependency to the HEVC parser.
Fixes compilation with --disable-everything --enable-parser=hevc
This commit is contained in:
parent
7d0e927a31
commit
d4a6133ab8
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -2002,6 +2002,7 @@ wmv3_vdpau_hwaccel_select="vc1_vdpau_hwaccel"
|
|||
|
||||
# parsers
|
||||
h264_parser_select="golomb h264chroma h264dsp h264pred h264qpel videodsp"
|
||||
hevc_parser_select="hevc_decoder"
|
||||
mpeg4video_parser_select="error_resilience mpegvideo"
|
||||
mpegvideo_parser_select="error_resilience mpegvideo"
|
||||
vc1_parser_select="mpegvideo"
|
||||
|
|
Loading…
Add table
Reference in a new issue