Skip to content

compat: remove posix_memalign replacement

Steve Lhomme requested to merge robUx4/vlc:posix_memalign into master

We use the standard aligned_alloc(). We only need to know if the system has posix_memalign() to use it for the compat version of aligned_alloc().

Merge request reports