|
|
@ -1904,6 +1904,7 @@ HAVE_LIST=" |
|
|
|
dos_paths |
|
|
|
dos_paths |
|
|
|
dxva2api_cobj |
|
|
|
dxva2api_cobj |
|
|
|
dxva2_lib |
|
|
|
dxva2_lib |
|
|
|
|
|
|
|
winrt |
|
|
|
libc_msvcrt |
|
|
|
libc_msvcrt |
|
|
|
libdc1394_1 |
|
|
|
libdc1394_1 |
|
|
|
libdc1394_2 |
|
|
|
libdc1394_2 |
|
|
@ -5236,9 +5237,15 @@ check_type "va/va.h" "VAPictureParameterBufferHEVC" |
|
|
|
|
|
|
|
|
|
|
|
check_type "vdpau/vdpau.h" "VdpPictureInfoHEVC" |
|
|
|
check_type "vdpau/vdpau.h" "VdpPictureInfoHEVC" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
check_cpp_condition windows.h "!WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)" && enable winrt || disable winrt |
|
|
|
|
|
|
|
|
|
|
|
if ! disabled w32threads && ! enabled pthreads; then |
|
|
|
if ! disabled w32threads && ! enabled pthreads; then |
|
|
|
check_func_headers "windows.h process.h" _beginthreadex && |
|
|
|
check_func_headers "windows.h process.h" _beginthreadex && |
|
|
|
enable w32threads || disable w32threads |
|
|
|
enable w32threads || disable w32threads |
|
|
|
|
|
|
|
if ! enabled w32threads && enabled winrt; then |
|
|
|
|
|
|
|
check_func_headers "windows.h" CreateThread && |
|
|
|
|
|
|
|
enable w32threads || disable w32threads |
|
|
|
|
|
|
|
fi |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
# check for some common methods of building with pthread support |
|
|
|
# check for some common methods of building with pthread support |
|
|
|