[FFmpeg-cvslog] configure: The eac3_core bitstream filter needs the ac3 parser.
Carl Eugen Hoyos
git at videolan.org
Wed Jun 13 13:01:17 EEST 2018
ffmpeg | branch: master | Carl Eugen Hoyos <ceffmpeg at gmail.com> | Tue Jun 12 10:02:44 2018 +0200| [9461e7d3a598e78811146b730db68d3a5b2532b0] | committer: Carl Eugen Hoyos
configure: The eac3_core bitstream filter needs the ac3 parser.
Fixes linking with "--disable-everything --enable-bsf=eac3_core".
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9461e7d3a598e78811146b730db68d3a5b2532b0
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 473be31d7f..994d8006e0 100755
--- a/configure
+++ b/configure
@@ -2992,6 +2992,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"
More information about the ffmpeg-cvslog
mailing list