[FFmpeg-cvslog] configure: The eac3_core bitstream filter needs the ac3 parser.

Carl Eugen Hoyos git at videolan.org
Fri Jun 15 02:23:07 EEST 2018


ffmpeg | branch: release/4.0 | Carl Eugen Hoyos <ceffmpeg at gmail.com> | Tue Jun 12 10:02:44 2018 +0200| [a6d85a97d0be5c4008a0c167e1af8f74cc7db812] | committer: Carl Eugen Hoyos

configure: The eac3_core bitstream filter needs the ac3 parser.

Fixes linking with "--disable-everything --enable-bsf=eac3_core".
(cherry picked from commit 9461e7d3a598e78811146b730db68d3a5b2532b0)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a6d85a97d0be5c4008a0c167e1af8f74cc7db812
---

 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index ba3984910e..827abfe694 100755
--- a/configure
+++ b/configure
@@ -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"



More information about the ffmpeg-cvslog mailing list