Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/Makelists @ 40:aa33339d6b8a upstream
ADD: MuPDF v1.26.10: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.5.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 11 Oct 2025 11:31:38 +0200 |
| parents | b50eed0cc0ef |
| children |
comparison
equal
deleted
inserted
replaced
| 39:a6bc019ac0b2 | 40:aa33339d6b8a |
|---|---|
| 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. |
