[FFmpeg-cvslog] configure: Fix dependencies of aac_at decoder.

Jacob Trimble git at videolan.org
Fri Dec 1 01:25:43 EET 2017


ffmpeg | branch: master | Jacob Trimble <modmaker at google.com> | Thu Nov 30 14:58:59 2017 -0800| [83ecdc9a920d7f0b69d1a25d63757adb887a1f25] | committer: James Almer

configure: Fix dependencies of aac_at decoder.

Signed-off-by: Jacob Trimble <modmaker at google.com>
Signed-off-by: James Almer <jamrial at gmail.com>

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

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

diff --git a/configure b/configure
index 1fa16e9dba..d05388638d 100755
--- a/configure
+++ b/configure
@@ -2890,6 +2890,7 @@ trace_headers_bsf_select="cbs_h264 cbs_h265 cbs_mpeg2"
 
 # external libraries
 aac_at_decoder_deps="audiotoolbox"
+aac_at_decoder_select="aac_adtstoasc_bsf"
 ac3_at_decoder_deps="audiotoolbox"
 ac3_at_decoder_select="ac3_parser"
 adpcm_ima_qt_at_decoder_deps="audiotoolbox"



More information about the ffmpeg-cvslog mailing list