---
 configure | 22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)

diff --git a/configure b/configure
index 0d99e11c22..52892260b3 100755
--- a/configure
+++ b/configure
@@ -1602,6 +1602,18 @@ MATH_FUNCS="
     truncf
 "
 
+SYSTEM_FEATURES="
+    dos_paths
+    libc_msvcrt
+    MMAL_PARAMETER_VIDEO_MAX_NUM_CALLBACKS
+    section_data_rel_ro
+    threads
+    vaapi_drm
+    vaapi_x11
+    vdpau_x11
+    wincrypt
+"
+
 SYSTEM_FUNCS="
     aligned_malloc
     clock_gettime
@@ -1687,21 +1699,13 @@ HAVE_LIST="
     $HEADERS_LIST
     $INTRINSICS_LIST
     $MATH_FUNCS
+    $SYSTEM_FEATURES
     $SYSTEM_FUNCS
     $THREADS_LIST
     $TOOLCHAIN_FEATURES
     $TYPES_LIST
-    dos_paths
-    libc_msvcrt
-    MMAL_PARAMETER_VIDEO_MAX_NUM_CALLBACKS
     sdl
-    section_data_rel_ro
-    threads
     uwp
-    vaapi_drm
-    vaapi_x11
-    vdpau_x11
-    wincrypt
 "
 
 # options emitted with CONFIG_ prefix but not available on the command line
-- 
2.11.0

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to