configure: The eac3_core bitstream filter needs the ac3 parser.

Fixes linking with "--disable-everything --enable-bsf=eac3_core".
(cherry picked from commit 9461e7d3a5)
This commit is contained in:
Carl Eugen Hoyos 2018-06-12 10:02:44 +02:00
parent 72a34d2332
commit a6d85a97d0
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -2979,6 +2979,7 @@ vc1_parser_select="vc1dsp"
# bitstream_filters
aac_adtstoasc_bsf_select="adts_header"
eac3_core_bsf_select="ac3_parser"
filter_units_bsf_select="cbs"
h264_metadata_bsf_deps="const_nan"
h264_metadata_bsf_select="cbs_h264"