[FFmpeg-cvslog] configure: make flite depend on threads
Anton Khirnov
git at videolan.org
Thu Feb 9 13:52:55 EET 2023
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Tue Feb 7 09:01:40 2023 +0100| [63a348659b28ef481112ff063f33176d679de5e5] | committer: Anton Khirnov
configure: make flite depend on threads
The filter calls pthreads functions unconditionally.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=63a348659b28ef481112ff063f33176d679de5e5
---
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"
More information about the ffmpeg-cvslog
mailing list