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

Fixed exporting of symbols. #72

Merged
merged 2 commits into from Jul 31, 2014
Merged

Conversation

fancycode
Copy link
Member

Looks like -export-symbols-regex doesn't work correctly with libtool and C++ code, so use visibility attribute instead to mark symbols as exported. Remaining are a couple of std:: symbols I can't get rid of, and some debug draw functions used by sherlock265.

You can check exported symbols using this command (also contains imported symbols):

nm -C -D libde265/.libs/libde265.so

Looks like `-export-symbols-regex` doesn't work correctly with `libtool` and C++ code, so use `visibility` attribute instead to mark symbols as exported.
Remaining are a couple of `std::` symbols I can't get rid of, and some debug draw functions used by `sherlock265`.
farindk added a commit that referenced this pull request Jul 31, 2014
@farindk farindk merged commit 74efec1 into strukturag:master Jul 31, 2014
@fancycode fancycode deleted the exports_visibility branch July 31, 2014 09:37
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.

None yet

2 participants