[vlc-devel] [PATCH] Mac: Add a detection for posix_memalign and a work-around
Sebastien Zwickert
dilaroga at gmail.com
Wed Sep 21 11:34:39 CEST 2011
On Sep 20, 2011, at 6:21 PM, Jean-Baptiste Kempf wrote:
> This should fix compilation on MacOS X sdk-10.5
Unfortunately, it does not fix the compilation on MacOS 10.5 SDK.
MacOS SDKs lack of memalign function probably because allocated memory is always aligned.
posix_memalign was introduced in MacOS 10.6 SDK.
Best regards,
Sebastien.
More information about the vlc-devel
mailing list