[FFmpeg-devel] [PATCH 4/5] configure: include compat/stdckdint.h when required
James Almer
jamrial at gmail.com
Fri Sep 27 04:44:35 EEST 2024
Signed-off-by: James Almer <jamrial at gmail.com>
---
configure | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/configure b/configure
index 643ffddd19..b87e400fe4 100755
--- a/configure
+++ b/configure
@@ -7802,6 +7802,10 @@ check_builtin stdbit "stdbit.h assert.h" \
'static_assert(__STDC_VERSION_STDBIT_H__ >= 202311L, "Compiler lacks stdbit.h")' || \
add_cppflags '-I\$(SRC_PATH)/compat/stdbit'
+check_builtin stdckdint "stdckdint.h assert.h" \
+ 'static_assert(__STDC_VERSION_STDCKDINT_H__ >= 202311L, "Compiler lacks stdckdint.h")' || \
+ add_cppflags '-I\$(SRC_PATH)/compat/stdckdint'
+
# Check if requested libraries were found.
for lib in $AUTODETECT_LIBS; do
requested $lib && ! enabled $lib && die "ERROR: $lib requested but not found";
--
2.46.1
More information about the ffmpeg-devel
mailing list