From f6fafe27df9af7e4f9a74ac056f79e4503537dd8 Mon Sep 17 00:00:00 2001 From: Joachim Date: Thu, 2 Apr 2020 09:36:49 +0200 Subject: [PATCH] trying to convert README to rst --- esp32/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esp32/README.rst b/esp32/README.rst index a555b71..12300ed 100644 --- a/esp32/README.rst +++ b/esp32/README.rst @@ -113,7 +113,7 @@ Adding images codecs support Things done to read/writes images in JPEG, PNG, etc.. PNG -""" +~~~ - Remove `-DWITH_PNG=OFF` and add `-DBUILD_PNG=ON` and `-DBUILD_ZLIB=ON` of the cmake command - => The lib `opencv_imgcodecs.a` build pass @@ -123,7 +123,7 @@ The library is compiled in the `3rdparty/` folder. Copy this folder into the esp JPEG -"""" +~~~ - Remove `-DWITH_JPEG=OFF` and add `-DBUILD_JPEG=ON` of the cmake command - => Problem at compilation time. TODO