Added SDL2_mixer library submodule, replaced ogg and mpg123 libraries with versions from SDL2_mixer

This commit is contained in:
Sergii Pylypenko
2022-01-05 01:45:19 +02:00
parent 964f88c9f7
commit 11bd50e1f5
98 changed files with 16 additions and 33523 deletions

View File

@@ -4,6 +4,9 @@ ifneq ($(strip $(filter mad, $(COMPILED_LIBRARIES))),)
SDL_MIXER_USE_LIBMAD := 1
endif
# Disable timidity library inside sdl2_mixer, we have our own version of timidity used by OpenTTD
SUPPORT_MID_TIMIDITY := 0
NDK_VERSION := $(strip $(patsubst android-ndk-%,%,$(filter android-ndk-%, $(subst /, ,$(dir $(TARGET_CC))))))
#$(info NDK version $(NDK_VERSION)) # This warning puzzles ndk-gdb
ifneq ($(filter r1 r2 r3 r4 r5 r6 r7 r8,$(NDK_VERSION)),)