Skip to content

Commit

Permalink
Use ogg submodule from sdl2_mixer (required for both v1.2 and v2 mixers)
Browse files Browse the repository at this point in the history
  • Loading branch information
MVoloshin authored Jan 7, 2025
1 parent 9fd51b2 commit 5b8e99d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ SUPPORT_MID_TIMIDITY := 0
SUPPORT_JPG := true
SUPPORT_PNG := true

# Enable ogg module inside sdl2_mixer (common dependency for both v1.2 and v2 mixers)
SUPPORT_OGG := true

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)),)
Expand Down

0 comments on commit 5b8e99d

Please sign in to comment.