Commit 58300367 authored by James Almer's avatar James Almer

Merge commit '003124eb'

* commit '003124eb':
  build: Fix logic of clock_gettime() check
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents 4226c57b 003124eb
...@@ -3341,7 +3341,7 @@ avformat_deps="avcodec avutil" ...@@ -3341,7 +3341,7 @@ avformat_deps="avcodec avutil"
avformat_suggest="libm network" avformat_suggest="libm network"
avresample_deps="avutil" avresample_deps="avutil"
avresample_suggest="libm" avresample_suggest="libm"
avutil_suggest="libm libdrm libmfx opencl user32 vaapi videotoolbox wincrypt" avutil_suggest="clock_gettime libm libdrm libmfx opencl user32 vaapi videotoolbox wincrypt"
postproc_deps="avutil gpl" postproc_deps="avutil gpl"
postproc_suggest="libm" postproc_suggest="libm"
swresample_deps="avutil" swresample_deps="avutil"
...@@ -3351,7 +3351,7 @@ swscale_suggest="libm" ...@@ -3351,7 +3351,7 @@ swscale_suggest="libm"
avcodec_extralibs="pthreads_extralibs iconv_extralibs" avcodec_extralibs="pthreads_extralibs iconv_extralibs"
avfilter_extralibs="pthreads_extralibs" avfilter_extralibs="pthreads_extralibs"
avutil_extralibs="clock_gettime_extralibs nanosleep_extralibs pthreads_extralibs vaapi_drm_extralibs vaapi_x11_extralibs vdpau_x11_extralibs" avutil_extralibs="nanosleep_extralibs pthreads_extralibs vaapi_drm_extralibs vaapi_x11_extralibs vdpau_x11_extralibs"
# programs # programs
ffmpeg_deps="avcodec avfilter avformat swresample" ffmpeg_deps="avcodec avfilter avformat swresample"
...@@ -5773,7 +5773,7 @@ check_func ${malloc_prefix}posix_memalign && enable posix_memalign ...@@ -5773,7 +5773,7 @@ check_func ${malloc_prefix}posix_memalign && enable posix_memalign
check_func access check_func access
check_func_headers stdlib.h arc4random check_func_headers stdlib.h arc4random
check_func_headers time.h clock_gettime || check_lib clock_gettime time.h clock_gettime -lrt check_lib clock_gettime time.h clock_gettime || check_lib clock_gettime time.h clock_gettime -lrt
check_func fcntl check_func fcntl
check_func fork check_func fork
check_func gethrtime check_func gethrtime
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment