Skip to content

Commit

Permalink
Revert "Simplify OpenCV build (#115)" (#117)
Browse files Browse the repository at this point in the history
This reverts commit f160d70.
  • Loading branch information
jantonguirao authored Jul 24, 2024
1 parent f160d70 commit b172614
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 4 additions & 0 deletions build_scripts/build_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ PACKAGE_LIST=(
"zlib"
"protobuf"
"lmdb"
"libjpeg-turbo"
"zstd"
"openjpeg"
"libtiff"
"opencv"
"ffmpeg"
"libflac"
Expand Down
8 changes: 2 additions & 6 deletions build_scripts/build_opencv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,18 @@ cmake -DCMAKE_BUILD_TYPE=RELEASE \
-DWITH_IPP=OFF \
-DWITH_OPENCL=OFF \
-DWITH_GTK=OFF \
-DBUILD_JPEG=ON \
-DBUILD_JPEG=OFF \
-DWITH_JPEG=ON \
-DBUILD_TIFF=ON \
-DBUILD_TIFF=OFF \
-DWITH_TIFF=ON \
-DWITH_QUIRC=OFF \
-DWITH_ADE=OFF \
-DBUILD_JASPER=OFF \
-DBUILD_DOCS=OFF \
-DBUILD_TESTS=OFF \
-DBUILD_PERF_TESTS=OFF \
-DWITH_PNG=ON \
-DBUILD_PNG=ON \
-DWITH_WEBP=ON \
-DBUILD_WEBP=ON \
-DWITH_OPENJPEG=ON \
-DBUILD_OPENJPEG=ON \
-DBUILD_opencv_cudalegacy=OFF \
-DBUILD_opencv_stitching=OFF \
-DWITH_TBB=OFF \
Expand Down

0 comments on commit b172614

Please sign in to comment.