[vlc-commits] [Git][videolan/vlc][master] config.h.meson: add missing HAVE__LOCK_FILE

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Sat Feb 11 22:26:50 UTC 2023



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
0b9fd8e4 by Steve Lhomme at 2023-02-11T22:00:16+00:00
config.h.meson: add missing HAVE__LOCK_FILE

- - - - -


1 changed file:

- config.h.meson


Changes:

=====================================
config.h.meson
=====================================
@@ -274,6 +274,9 @@
 /* Define to 1 if you have the `qsort_r' function. */
 #mesondefine HAVE_QSORT_R
 
+/* Define to 1 if you have the `_lock_file' function. */
+#mesondefine HAVE__LOCK_FILE
+
 /* Define to 1 if you have the `backtrace' function. */
 #mesondefine HAVE_BACKTRACE
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/0b9fd8e4cbe81eff5d5a3e6ccc8418df1f793030

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/0b9fd8e4cbe81eff5d5a3e6ccc8418df1f793030
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