[FFmpeg-devel] [PATCH] configure: make flite depend on threads
Anton Khirnov
anton at khirnov.net
Tue Feb 7 10:02:16 EET 2023
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"
--
2.35.1
More information about the ffmpeg-devel
mailing list