webarkit / opencv-em

A simple utility script to build OpenCV static libs with Emscripten
GNU General Public License v3.0
19 stars 3 forks source link

build opencv for linux WITH_JPEG enabled #11

Closed kalwalt closed 1 year ago

kalwalt commented 1 year ago

Quick fix for issue https://github.com/webarkit/WebARKitLib/issues/24 the build command enable the OpenCV compilation with the JPEG support WITH_JPEG=ON, in this way the library may load jpeg files.