[FFmpeg-devel] [PATCH] configure: Fix dependencies of aac_at decoder.
James Almer
jamrial at gmail.com
Fri Dec 1 01:25:54 EET 2017
On 11/30/2017 7:58 PM, Jacob Trimble wrote:
> Signed-off-by: Jacob Trimble <modmaker at google.com>
> ---
> 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"
>
Applied, thanks.
More information about the ffmpeg-devel
mailing list