mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
hardsubx lacks a link directive to the tesseract library #838
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @apteryks on GitHub (Jul 22, 2025).
Hi,
Using the current latest commit
81fdecd5af, the build fails with the configure flags--enable-ffmpeg,--enable-ocrand--enable-hardsubx:It seems a link directive to the tesseract shared library is missing.
@apteryks commented on GitHub (Jul 22, 2025):
Workaround: run ./configure with the
LDFLAGS=-ltesseract"flag.