[vlc-commits] [Git][videolan/vlc][master] 4 commits: configure: remove pread check

Steve Lhomme (@robUx4) gitlab at videolan.org
Wed Aug 18 09:14:19 UTC 2021



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
c6e250d3 by Marvin Scholz at 2021-08-18T08:58:28+00:00
configure: remove pread check

pread is used regardless of this check in the code, so checking it
serves no purpose

- - - - -
c5b0d92b by Marvin Scholz at 2021-08-18T08:58:28+00:00
configure: remove posix_madvise check

This function is not used at all anymore in the VLC codebase
so the check serves no purpose.

- - - - -
8e464a72 by Marvin Scholz at 2021-08-18T08:58:28+00:00
configure: remove strnicmp check

This function is not used at all anymore in the VLC codebase
so the check serves no purpose.

- - - - -
ee8fe4dc by Marvin Scholz at 2021-08-18T08:58:28+00:00
configure: remove strptime check

This function is not used at all anymore in the VLC codebase
so the check serves no purpose.

- - - - -


1 changed file:

- configure.ac


Changes:

=====================================
configure.ac
=====================================
@@ -696,7 +696,7 @@ dnl Check for system libs needed
 need_libc=false
 
 dnl Check for usual libc functions
-AC_CHECK_FUNCS([accept4 dup3 fcntl flock fstatat fstatvfs fork getmntent_r getenv getpwuid_r isatty memalign mkostemp mmap open_memstream newlocale pipe2 pread posix_fadvise posix_madvise setlocale stricmp strnicmp strptime uselocale wordexp])
+AC_CHECK_FUNCS([accept4 dup3 fcntl flock fstatat fstatvfs fork getmntent_r getenv getpwuid_r isatty memalign mkostemp mmap open_memstream newlocale pipe2 posix_fadvise setlocale stricmp uselocale wordexp])
 AC_REPLACE_FUNCS([aligned_alloc atof atoll dirfd fdopendir flockfile fsync getdelim getpid lfind lldiv memrchr nrand48 poll posix_memalign recvmsg rewind sendmsg setenv strcasecmp strcasestr strdup strlcpy strndup strnlen strnstr strsep strtof strtok_r strtoll swab tdestroy tfind timegm timespec_get strverscmp pathconf])
 AC_REPLACE_FUNCS([gettimeofday])
 AC_CHECK_FUNC(fdatasync,,



View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/8e417919b27a9a10f8b8ee725d80abecd60d6e89...ee8fe4dcda1926c270923a7c0056d1fab329e78d

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/8e417919b27a9a10f8b8ee725d80abecd60d6e89...ee8fe4dcda1926c270923a7c0056d1fab329e78d
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list