update SDL_mixer to SDL3_mixer 3.2.0

This commit is contained in:
Sven Balzer
2026-04-02 16:52:07 +02:00
parent 05b19704f8
commit 8a5caf5c0d
1202 changed files with 366156 additions and 152445 deletions
@@ -0,0 +1,14 @@
//
// sources.xcconfig
// opus
//
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974
ARM_SOURCES = */arm/*
EXCLUDED_SOURCE_FILE_NAMES = $(ARM_SOURCES)
INCLUDED_SOURCE_FILE_NAMES =
INCLUDED_SOURCE_FILE_NAMES[arch=armv7] = $(ARM_SOURCES)
INCLUDED_SOURCE_FILE_NAMES[arch=arm64] = $(ARM_SOURCES)