You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
configure: check for access()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -1304,6 +1304,7 @@ HAVE_LIST="
|
|||||||
$HAVE_LIST_PUB
|
$HAVE_LIST_PUB
|
||||||
$THREADS_LIST
|
$THREADS_LIST
|
||||||
$MATH_FUNCS
|
$MATH_FUNCS
|
||||||
|
access
|
||||||
aligned_malloc
|
aligned_malloc
|
||||||
aligned_stack
|
aligned_stack
|
||||||
alsa_asoundlib_h
|
alsa_asoundlib_h
|
||||||
@@ -3609,6 +3610,7 @@ fi
|
|||||||
# Solaris has nanosleep in -lrt, OpenSolaris no longer needs that
|
# Solaris has nanosleep in -lrt, OpenSolaris no longer needs that
|
||||||
check_func nanosleep || { check_func nanosleep -lrt && add_extralibs -lrt; }
|
check_func nanosleep || { check_func nanosleep -lrt && add_extralibs -lrt; }
|
||||||
|
|
||||||
|
check_func access
|
||||||
check_func clock_gettime || { check_func clock_gettime -lrt && add_extralibs -lrt; }
|
check_func clock_gettime || { check_func clock_gettime -lrt && add_extralibs -lrt; }
|
||||||
check_func fcntl
|
check_func fcntl
|
||||||
check_func fork
|
check_func fork
|
||||||
|
Reference in New Issue
Block a user