-
Notifications
You must be signed in to change notification settings - Fork 94
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
Remove OpenCV dependency from C_API mode #800
Conversation
endif() | ||
|
||
set(lib_srcs | ||
${libPNG_SOURCE_DIR}/arm/arm_init.c |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there a reason we include all these files individually rather than put them in folders and include the folders instead for efficiency? (same for libjpeg)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, there are some unnecessary source files in the folder, and cannot be compiled easily. e.g. a lot of build configuraiton and tunning.
Needs some unit tests.