[vlc-commits] [Git][videolan/vlc][master] configure.ac: remove aligned_alloc from darwin
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sat May 25 07:24:11 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
1910bdd9 by Alexandre Janniaux at 2024-05-25T06:56:07+00:00
configure.ac: remove aligned_alloc from darwin
aligned_alloc() from Darwin doesn't pass the alignment tests but is
still detected since it's usable. This commit always fallback on the
compat version to ensure we build a version which passes the tests.
- - - - -
1 changed file:
- configure.ac
Changes:
=====================================
configure.ac
=====================================
@@ -167,6 +167,7 @@ case "${host_os}" in
;;
darwin*)
SYS=darwin
+ ac_cv_func_aligned_alloc=no
dnl Work around an Xcode 11 bug, fixed in Xcode 11.3.1
AX_APPEND_FLAG([-fno-stack-check], [CFLAGS])
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1910bdd991d0c1729599656b686758086268fb1e
--
This project does not include diff previews in email notifications.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1910bdd991d0c1729599656b686758086268fb1e
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list