ffmpeg | branch: master | Anton Khirnov <an...@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"

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to