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

codecs in compressed_depth_image_transport as standalone library #50

Closed
wants to merge 4 commits into from

Conversation

bbferka
Copy link

@bbferka bbferka commented Feb 24, 2020

Hi,
I want to use the decompression/compression of depth images without the plugin lib. (similar to #49, but in the depth case this is already in separate methods and files).
When using methods implemented in codec.cpp directly there are linking errors because of the class_loader_hide_library_symbols call that is needed for the plugin. To fix this I created a standalone library for the codecs that does not get the symbols hidden.

@bbferka bbferka closed this Feb 9, 2023
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.

1 participant