Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
faef6d70 by Steve Lhomme at 2025-09-20T14:42:01+00:00
configure: mention how to get metallib to build macOS

It is mandatory since 1c9ed3b62a91edae02732024cd67c14f4c7f9ee5.

- - - - -


2 changed files:

- NEWS
- configure.ac


Changes:

=====================================
NEWS
=====================================
@@ -8,6 +8,7 @@ Platform support changes:
      - iOS 9 or later
      - Android 4.1.x or later (API-16)
      - GCC 8.0 or Clang 8 (or equivalent)
+     - MetalToolchain XCode component for macOS
  * Windows on ARM is now supported
  * Universal Windows is only supported for Windows 10 (not Windows 8 anymore)
 


=====================================
configure.ac
=====================================
@@ -4444,7 +4444,7 @@ then
   AS_IF([test "${METALLIB}" = "no"], [
     AC_PATH_PROG(METALLIB, [metallib], [no])
     AS_IF([test "${METALLIB}" = "no"], [
-      AC_MSG_ERROR([metallib was not found, but is required for 
--enable-macosx])
+      AC_MSG_ERROR([metallib was not found, but is required for 
--enable-macosx, try xcodebuild -downloadComponent MetalToolchain])
     ])
   ])
 



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

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/faef6d706d7edda8eb39b532ee74618c1bf8cc8c
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to