|
|
|
@ -4680,7 +4680,7 @@ check_func ${malloc_prefix}memalign && enable memalign |
|
|
|
|
check_func ${malloc_prefix}posix_memalign && enable posix_memalign |
|
|
|
|
|
|
|
|
|
check_func access |
|
|
|
|
check_func_headers time.h clock_gettime || { check_func_headers time.h clock_gettime -lrt && add_extralibs -lrt; } |
|
|
|
|
check_func_headers time.h clock_gettime || { check_func_headers time.h clock_gettime -lrt && add_extralibs -lrt && LIBRT="-lrt"; } |
|
|
|
|
check_func fcntl |
|
|
|
|
check_func fork |
|
|
|
|
check_func gethrtime |
|
|
|
@ -5728,7 +5728,7 @@ Cflags: -I\${includedir} |
|
|
|
|
EOF |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
pkgconfig_generate libavutil "FFmpeg utility library" "$LIBAVUTIL_VERSION" "$LIBM" |
|
|
|
|
pkgconfig_generate libavutil "FFmpeg utility library" "$LIBAVUTIL_VERSION" "$LIBRT $LIBM" |
|
|
|
|
pkgconfig_generate libavcodec "FFmpeg codec library" "$LIBAVCODEC_VERSION" "$extralibs" |
|
|
|
|
pkgconfig_generate libavformat "FFmpeg container format library" "$LIBAVFORMAT_VERSION" "$extralibs" |
|
|
|
|
pkgconfig_generate libavdevice "FFmpeg device handling library" "$LIBAVDEVICE_VERSION" "$extralibs" |
|
|
|
|