Skip to content

Commit

Permalink
docker: corrected build options for opencv on arm64 for static builds
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Sep 19, 2024
1 parent 7f3f931 commit a20f413
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.opencv-static
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ RUN cd opencv-${OPENCV_VERSION} && \
-D OPENCV_EXTRA_MODULES_PATH=../../opencv_contrib-${OPENCV_VERSION}/modules \
-D OPENCV_ENABLE_NONFREE=ON \
-D WITH_JASPER=OFF \
-D ENABLE_NEON=ON \
-D WITH_TBB=ON \
-D BUILD_TBB=ON \
-D BUILD_JPEG=ON \
Expand Down

0 comments on commit a20f413

Please sign in to comment.