Signed-off-by: James Almer <jamr...@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

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to