[vlc-commits] [Git][videolan/vlc][master] meson.build: test for the presence of <sys/auxv.h>
Steve Lhomme (@robUx4)
gitlab at videolan.org
Fri Sep 29 05:34:28 UTC 2023
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
ba02c9b5 by Sean McGovern at 2023-09-29T05:16:58+00:00
meson.build: test for the presence of <sys/auxv.h>
- - - - -
2 changed files:
- config.h.meson
- meson.build
Changes:
=====================================
config.h.meson
=====================================
@@ -128,6 +128,9 @@
/* Define to 1 if you have the `fsync' function. */
#mesondefine HAVE_FSYNC
+/* Define to 1 if you have the <sys/auxv.h> header file */
+#mesondefine HAVE_SYS_AUXV_H
+
/* Define to 1 if you have the `getauxval' function. */
#mesondefine HAVE_GETAUXVAL
=====================================
meson.build
=====================================
@@ -221,6 +221,7 @@ check_c_headers = [
['netinet/udplite.h'],
['pthread.h'],
['poll.h'],
+ ['sys/auxv.h'],
['sys/eventfd.h'],
['sys/mount.h'],
['sys/shm.h'],
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ba02c9b5aceeefb6b5848a47784d2f84988e19e3
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ba02c9b5aceeefb6b5848a47784d2f84988e19e3
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