[vlc-commits] macosx: Disable functions added in macOS 10.13
Marvin Scholz
git at videolan.org
Wed Sep 27 00:39:58 CEST 2017
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Wed Sep 27 00:37:27 2017 +0200| [95e3ec247e3edfb33ee9c37aba3c428a8be4688a] | committer: Marvin Scholz
macosx: Disable functions added in macOS 10.13
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=95e3ec247e3edfb33ee9c37aba3c428a8be4688a
---
extras/package/macosx/build.sh | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/extras/package/macosx/build.sh b/extras/package/macosx/build.sh
index f2b4344b70..fde619ad7d 100755
--- a/extras/package/macosx/build.sh
+++ b/extras/package/macosx/build.sh
@@ -124,6 +124,11 @@ export USE_FFMPEG=1
# The following symbols do not exist on the minimal macOS version (10.7), so they are disabled
# here. This allows compilation also with newer macOS SDKs.
+# Added symbols in 10.13
+export ac_cv_func_open_wmemstream=no
+export ac_cv_func_fmemopen=no
+export ac_cv_func_open_memstream=no
+
# Added symbols between 10.11 and 10.12
export ac_cv_func_basename_r=no
export ac_cv_func_clock_getres=no
More information about the vlc-commits
mailing list