Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/Makelists @ 41:71bcc18e306f
MERGE: New upstream PyMuPDF v1.26.5 including MuPDF v1.26.10
BUGS: Needs some additional changes yet.
Not yet tested.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 11 Oct 2025 15:24:40 +0200 |
| parents | aa33339d6b8a |
| children |
comparison
equal
deleted
inserted
replaced
| 38:8934ac156ef5 | 41:71bcc18e306f |
|---|---|
| 790 TESSERACT_SRC += thirdparty/tesseract/src/arch/intsimdmatrixsse.cpp | 790 TESSERACT_SRC += thirdparty/tesseract/src/arch/intsimdmatrixsse.cpp |
| 791 endif | 791 endif |
| 792 | 792 |
| 793 ifeq ($(HAVE_NEON),yes) | 793 ifeq ($(HAVE_NEON),yes) |
| 794 TESSERACT_DEFINES += -DHAVE_NEON | 794 TESSERACT_DEFINES += -DHAVE_NEON |
| 795 TESSERACT_BUILD_CFLAGS += -mfpu=neon | |
| 796 endif | 795 endif |
| 797 # Always include the neon code - it will compile to nothing if | 796 # Always include the neon code - it will compile to nothing if |
| 798 # neon isn't enabled. We need to always include it, because it | 797 # neon isn't enabled. We need to always include it, because it |
| 799 # will be used if __aarch64__ is defined, which implies the | 798 # will be used if __aarch64__ is defined, which implies the |
| 800 # presence of NEON even without the HAVE_NEON flags. | 799 # presence of NEON even without the HAVE_NEON flags. |
