configure: Group system feature variables and system libraries together
This commit is contained in:
parent
cbcdb2d8e4
commit
68649bfed3
30
configure
vendored
30
configure
vendored
@ -1601,6 +1601,15 @@ MATH_FUNCS="
|
|||||||
truncf
|
truncf
|
||||||
"
|
"
|
||||||
|
|
||||||
|
SYSTEM_FEATURES="
|
||||||
|
dos_paths
|
||||||
|
libc_msvcrt
|
||||||
|
MMAL_PARAMETER_VIDEO_MAX_NUM_CALLBACKS
|
||||||
|
section_data_rel_ro
|
||||||
|
threads
|
||||||
|
uwp
|
||||||
|
"
|
||||||
|
|
||||||
SYSTEM_FUNCS="
|
SYSTEM_FUNCS="
|
||||||
aligned_malloc
|
aligned_malloc
|
||||||
clock_gettime
|
clock_gettime
|
||||||
@ -1639,6 +1648,14 @@ SYSTEM_FUNCS="
|
|||||||
VirtualAlloc
|
VirtualAlloc
|
||||||
"
|
"
|
||||||
|
|
||||||
|
SYSTEM_LIBRARIES="
|
||||||
|
sdl
|
||||||
|
vaapi_drm
|
||||||
|
vaapi_x11
|
||||||
|
vdpau_x11
|
||||||
|
wincrypt
|
||||||
|
"
|
||||||
|
|
||||||
TOOLCHAIN_FEATURES="
|
TOOLCHAIN_FEATURES="
|
||||||
as_arch_directive
|
as_arch_directive
|
||||||
as_fpu_directive
|
as_fpu_directive
|
||||||
@ -1686,21 +1703,12 @@ HAVE_LIST="
|
|||||||
$HEADERS_LIST
|
$HEADERS_LIST
|
||||||
$INTRINSICS_LIST
|
$INTRINSICS_LIST
|
||||||
$MATH_FUNCS
|
$MATH_FUNCS
|
||||||
|
$SYSTEM_FEATURES
|
||||||
$SYSTEM_FUNCS
|
$SYSTEM_FUNCS
|
||||||
|
$SYSTEM_LIBRARIES
|
||||||
$THREADS_LIST
|
$THREADS_LIST
|
||||||
$TOOLCHAIN_FEATURES
|
$TOOLCHAIN_FEATURES
|
||||||
$TYPES_LIST
|
$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
|
# options emitted with CONFIG_ prefix but not available on the command line
|
||||||
|
Loading…
x
Reference in New Issue
Block a user