summaryrefslogtreecommitdiff
path: root/audio/mac
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mac')
-rw-r--r--audio/mac/distinfo6
-rw-r--r--audio/mac/files/patch-CMakeLists.txt11
2 files changed, 3 insertions, 14 deletions
diff --git a/audio/mac/distinfo b/audio/mac/distinfo
index a91d96606b58..9abbb98216e1 100644
--- a/audio/mac/distinfo
+++ b/audio/mac/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1757127314
-SHA256 (MAC_1142_SDK.zip) = 36477de1a4312fa5f4541613e233f113636f06592c0f394a6594ec4ccf0b226d
-SIZE (MAC_1142_SDK.zip) = 1707973
+TIMESTAMP = 1757146749
+SHA256 (MAC_1142_SDK.zip) = 250a6f7e8b02dfe34983397dd1a8679a87ba6eac4ddbc51234f63d3ee5cd6f2e
+SIZE (MAC_1142_SDK.zip) = 1707969
diff --git a/audio/mac/files/patch-CMakeLists.txt b/audio/mac/files/patch-CMakeLists.txt
index 2c65e85200bd..66e6a2e3e99d 100644
--- a/audio/mac/files/patch-CMakeLists.txt
+++ b/audio/mac/files/patch-CMakeLists.txt
@@ -1,8 +1,6 @@
Version 11.00 added multi-threading support, but we need to link to -lpthread
to resolve symbols.
-Fix typo in MAC_SHARED_HEADERS.
-
--- CMakeLists.txt.orig 2025-09-05 10:46:54 UTC
+++ CMakeLists.txt
@@ -6,6 +6,8 @@ option(BUILD_UTIL "Build the mac command line tool" ON
@@ -14,15 +12,6 @@ Fix typo in MAC_SHARED_HEADERS.
#
# Determine interface version
#
-@@ -92,7 +94,7 @@ set(MAC_SHARED_HEADERS
- Source/Shared/CRC.h
- Source/Shared/GlobalFunctions.h
- Source/Shared/ID3Genres.h
-- Source/Shared/IAPEIOO.h
-+ Source/Shared/IAPEIO.h
- Source/Shared/MACDll.h
- Source/Shared/MemoryIO.h
- Source/Shared/MFCGlobals.h
@@ -229,6 +231,7 @@ if(BUILD_SHARED)
if(BUILD_SHARED)
add_library(MAC SHARED $<TARGET_OBJECTS:shared> $<TARGET_OBJECTS:objects>)