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

svt-enc plugin uses hidden symbols #1480

Closed
antonio-rojas opened this issue Mar 3, 2025 · 2 comments
Closed

svt-enc plugin uses hidden symbols #1480

antonio-rojas opened this issue Mar 3, 2025 · 2 comments

Comments

@antonio-rojas
Copy link

In 1.19.6, the svt-enc plugin uses the functions get_subsampled_size_v(unsigned int, heif_channel, heif_chroma, scaling_mode) and get_subsampled_size_h(unsigned int, heif_channel, heif_chroma, scaling_mode), which are not exported if libheif is built with WITH_REDUCED_VISIBILITY=ON (the default mode), so the plugin can't be loaded.

dlopen: /usr/lib/libheif/libheif-svtenc.so: undefined symbol: _Z21get_subsampled_size_vj12heif_channel11heif_chroma12scaling_mode
@farindk
Copy link
Contributor

farindk commented Mar 3, 2025

Thank you. Does the above commit resolve it for you?

@antonio-rojas
Copy link
Author

It works, thanks

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

No branches or pull requests

2 participants