Add decoder dependency to the HEVC parser.

Fixes compilation with --disable-everything --enable-parser=hevc
This commit is contained in:
Carl Eugen Hoyos 2013-11-18 17:48:17 +01:00
parent 7d0e927a31
commit d4a6133ab8
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -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"