summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2018-03-18 19:12:39 -0300
committerJames Almer <jamrial@gmail.com>2018-03-18 19:51:22 -0300
commitd8ca7a7e700bc3b092bd9564d9dea73b5f0899cf (patch)
tree0826b206ff19ed35f0ba520d31d87fb4dd15682c /configure
parentdd21f02a044703e1473e56fbb61f849b0c8b993a (diff)
configure: add const_nan dependency to h264_metadata_bsf
Fixes compilation with some compilers. Reviewed-by: jkqxz Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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"