Skip to content

Conversation

@j0gi-18
Copy link

@j0gi-18 j0gi-18 commented Dec 16, 2025

The generator currently fails when building against VLC 4.0-dev headers due to the unmapped type libvlc_time_t* used in libvlc_media_player_get_abloop.

This PR adds the necessary type mapping to ctypes.POINTER(ctypes.c_longlong).

Closes #298

@j0gi-18 j0gi-18 changed the title Generator support libvlc_time_t* pointer types (Fixes VLC 4.0 build) Generator support for libvlc_time_t* pointer types (Fixes VLC 4.0 build) Dec 17, 2025
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.

The generator fails to build bindings when running against the current videolan/vlc master branch (VLC 4.0-dev).

1 participant