python-vlc icon indicating copy to clipboard operation
python-vlc copied to clipboard

Generator support for libvlc_time_t* pointer types (Fixes VLC 4.0 build)

Open j0gi-18 opened this issue 4 weeks ago • 0 comments

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 avatar Dec 16 '25 21:12 j0gi-18