Skip to content

Commit f6370dd

Browse files
committed
fix opencv-4.5.3-no-rtti.patch
1 parent 27a1a2c commit f6370dd

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

opencv-4.5.3-no-rtti.patch

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -484,18 +484,6 @@ diff -Nuarp opencv-4.5.3/modules/core/src/persistence.cpp opencv-4.5.3.nortti/mo
484484
}
485485

486486
bool FileStorage::isOpened() const { return p->is_opened; }
487-
diff -Nuarp opencv-4.5.3/modules/core/src/persistence.hpp opencv-4.5.3.nortti/modules/core/src/persistence.hpp
488-
--- opencv-4.5.3/modules/core/src/persistence.hpp 2021-07-11 15:31:45.902200175 +0800
489-
+++ opencv-4.5.3.nortti/modules/core/src/persistence.hpp 2021-07-05 05:03:22.000000000 +0800
490-
@@ -12,7 +12,7 @@
491-
#include <string>
492-
#include <iterator>
493-
494-
-#define USE_ZLIB 0
495-
+#define USE_ZLIB 1
496-
#if USE_ZLIB
497-
# ifndef _LFS64_LARGEFILE
498-
# define _LFS64_LARGEFILE 0
499487
diff -Nuarp opencv-4.5.3/modules/core/src/system.cpp opencv-4.5.3.nortti/modules/core/src/system.cpp
500488
--- opencv-4.5.3/modules/core/src/system.cpp 2021-07-05 05:03:22.000000000 +0800
501489
+++ opencv-4.5.3.nortti/modules/core/src/system.cpp 2021-07-11 15:24:37.779854562 +0800

0 commit comments

Comments
 (0)