[FFmpeg-devel] [PATCH] configure: add const_nan dependency to h264_metadata_bsf
James Almer
jamrial at gmail.com
Mon Mar 19 00:53:41 EET 2018
On 3/18/2018 7:13 PM, James Almer wrote:
> Fixes compilation with some compilers.
>
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
> See http://fate.ffmpeg.org/log.cgi?time=20180318215121&log=compile&slot=x86_64-freedos-djgpp
>
> configure | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/configure b/configure
> index d5ed95b769..6b27f571c6 100755
> --- a/configure
> +++ b/configure
> @@ -2920,6 +2920,7 @@ vc1_parser_select="vc1dsp"
> # bitstream_filters
> aac_adtstoasc_bsf_select="adts_header"
> filter_units_bsf_select="cbs"
> +h264_metadata_bsf_deps="const_nan"
> h264_metadata_bsf_select="cbs_h264"
> h264_redundant_pps_bsf_select="cbs_h264"
> hevc_metadata_bsf_select="cbs_h265"
>
Approved by jkqxz on IRC, so pushed.
More information about the ffmpeg-devel
mailing list