Skip to content
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

Merged
merged 16 commits into from
Sep 4, 2024
Merged

Remove OpenCV dependency from C_API mode #800

merged 16 commits into from
Sep 4, 2024

Conversation

wenbingl
Copy link
Member

@wenbingl wenbingl commented Aug 30, 2024

Needs some unit tests.

@wenbingl wenbingl changed the title Remove OpenCV dependency from C_API model Remove OpenCV dependency from C_API mode Sep 3, 2024
@wenbingl wenbingl marked this pull request as ready for review September 4, 2024 21:51
@wenbingl wenbingl requested a review from a team as a code owner September 4, 2024 21:51
endif()

set(lib_srcs
${libPNG_SOURCE_DIR}/arm/arm_init.c
Copy link
Contributor

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)

Copy link
Member Author

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.

@wenbingl wenbingl merged commit 1b80794 into main Sep 4, 2024
46 checks passed
@wenbingl wenbingl deleted the noopv branch September 4, 2024 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants