Skip to content

Commit 4421d2c

Browse files
committed
attempt lock tesseract something funny with autoconf was going on
1 parent 887a9d3 commit 4421d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cross_compile_ffmpeg.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ build_libtiff() {
658658
build_libtesseract() {
659659
build_libleptonica
660660
build_libtiff # no disable configure option for this in tesseract? odd...
661-
do_git_checkout https://github.com/tesseract-ocr/tesseract.git tesseract_git
661+
do_git_checkout https://github.com/tesseract-ocr/tesseract.git tesseract_git a2e72f258a3bd6811cae226a01802d # #315
662662
cd tesseract_git
663663
generic_configure_make_install
664664
sed -i.bak 's/-ltesseract.*$/-ltesseract -lstdc++ -lws2_32 -llept -ltiff -llzma -ljpeg -lz/' $PKG_CONFIG_PATH/tesseract.pc # why does it needs winsock? LOL plus all of libtiff's <sigh>

0 commit comments

Comments
 (0)