Skip to content

Commit

Permalink
PMNG-6541 [platform] Bring back imgwarp (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
acecilia authored Feb 21, 2024
1 parent b6d6ab3 commit 38321f3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/opencv_xcframework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ build_xcframework_excluding_modules_4_9_0() {
readonly VERSION="4.9.0"

# Baseline of which modules to include, obtained from https://github.com/nihui/opencv-mobile/tree/master?tab=readme-ov-file#opencv-modules-included

# Remove below big files that Revolut does not use
find "${BUILD_DIR}/${VERSION}/modules/imgproc/src" -maxdepth 1 -type f -name 'imgwarp*' -delete # Delete 691KB of the final release binary

python3 "${BUILD_DIR}/${VERSION}/platforms/apple/build_xcframework.py" \
--build_only_specified_archs \
Expand Down

0 comments on commit 38321f3

Please sign in to comment.