[vlc-commits] macosx: disable more functions added in macOS 10.13
Thomas Guillem
git at videolan.org
Wed Sep 27 15:47:10 CEST 2017
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Sep 27 15:46:29 2017 +0200| [704471cd39c3691b265eaa25f6c9c0c07a01d974] | committer: Thomas Guillem
macosx: disable more functions added in macOS 10.13
These 2 functions are used by the libarchive version.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=704471cd39c3691b265eaa25f6c9c0c07a01d974
---
extras/package/macosx/build.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/extras/package/macosx/build.sh b/extras/package/macosx/build.sh
index fde619ad7d..757a4357e4 100755
--- a/extras/package/macosx/build.sh
+++ b/extras/package/macosx/build.sh
@@ -128,6 +128,8 @@ export USE_FFMPEG=1
export ac_cv_func_open_wmemstream=no
export ac_cv_func_fmemopen=no
export ac_cv_func_open_memstream=no
+export ac_cv_func_futimens=no
+export ac_cv_func_utimensat=no
# Added symbols between 10.11 and 10.12
export ac_cv_func_basename_r=no
More information about the vlc-commits
mailing list