mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-11 12:43:17 +08:00
skip imagedata build to fix issue 1150 on Mac OS X
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@1096 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
30f6ae6742
commit
c3b6ac7f32
@ -14,7 +14,9 @@ endif
|
||||
include_HEADERS = publictypes.h
|
||||
noinst_HEADERS = \
|
||||
blamer.h blckerr.h blobbox.h blobs.h blread.h boxread.h boxword.h ccstruct.h coutln.h crakedge.h \
|
||||
detlinefit.h dppoint.h fontinfo.h genblob.h hpdsizes.h imagedata.h ipoints.h \
|
||||
detlinefit.h dppoint.h fontinfo.h genblob.h hpdsizes.h \
|
||||
## imagedata.h \
|
||||
ipoints.h \
|
||||
linlsq.h matrix.h mod128.h normalis.h \
|
||||
ocrblock.h ocrpara.h ocrrow.h otsuthr.h \
|
||||
pageres.h params_training_featdef.h \
|
||||
@ -37,7 +39,8 @@ endif
|
||||
libtesseract_ccstruct_la_SOURCES = \
|
||||
blamer.cpp blobbox.cpp blobs.cpp blread.cpp boxread.cpp boxword.cpp ccstruct.cpp coutln.cpp \
|
||||
detlinefit.cpp dppoint.cpp fontinfo.cpp genblob.cpp \
|
||||
imagedata.cpp linlsq.cpp matrix.cpp mod128.cpp normalis.cpp \
|
||||
## imagedata.cpp \
|
||||
linlsq.cpp matrix.cpp mod128.cpp normalis.cpp \
|
||||
ocrblock.cpp ocrpara.cpp ocrrow.cpp otsuthr.cpp \
|
||||
pageres.cpp pdblock.cpp points.cpp polyaprx.cpp polyblk.cpp \
|
||||
params_training_featdef.cpp publictypes.cpp \
|
||||
|
Loading…
Reference in New Issue
Block a user