-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: minEnclosingCircle #285
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #285 +/- ##
=======================================
Coverage 92.03% 92.03%
=======================================
Files 49 49
Lines 9129 9129
=======================================
Hits 8402 8402
Misses 727 727
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
It's because the ndk used to strip not exists, maybe we should specify the ndk version in |
|
wow thats a very nice reduction of the package size |
btw do you know how to reduce windows and linux package sizes too? specially for the |
FFMPEG for windows and linux are downloaded from https://github.com/rainyl/FFmpeg-Builds/releases , so it's necessary to configure the build flags properly if we want to reduce the size of ffmpeg. |
fix: #284 #282