[FFmpeg-devel] [PATCH] configure: make flite depend on threads
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Mon Feb 13 09:02:26 EET 2023
Anton Khirnov:
> The filter calls pthreads functions unconditionally.
> ---
> configure | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure b/configure
> index d67855c729..12184c7f26 100755
> --- a/configure
> +++ b/configure
> @@ -3667,7 +3667,7 @@ eq_filter_deps="gpl"
> erosion_opencl_filter_deps="opencl"
> find_rect_filter_deps="avcodec avformat gpl"
> flip_vulkan_filter_deps="vulkan spirv_compiler"
> -flite_filter_deps="libflite"
> +flite_filter_deps="libflite threads"
> framerate_filter_select="scene_sad"
> freezedetect_filter_select="scene_sad"
> frei0r_deps_any="libdl LoadLibrary"
Isn't the actual problem that it uses pthread_mutex_* functions instead
of ff_mutex_* functions?
- Andreas
More information about the ffmpeg-devel
mailing list