Skip to content

Commit 57419c0

Browse files
committed
upgrade vendored libmpg123 to 1.33.2
1 parent d342875 commit 57419c0

File tree

5 files changed

+5
-2006
lines changed

5 files changed

+5
-2006
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
[submodule "external/mpg123"]
2626
path = external/mpg123
2727
url = https://github.com/libsdl-org/mpg123.git
28-
branch = v1.31.3-SDL
28+
branch = v1.33.2-SDL
2929
[submodule "external/libxmp"]
3030
path = external/libxmp
3131
url = https://github.com/libsdl-org/libxmp.git

Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ endif
130130

131131
# This needs to be a shared library to comply with the LGPL license
132132
ifeq ($(SUPPORT_MP3_MPG123),true)
133-
LOCAL_C_INCLUDES += $(LOCAL_PATH)/$(MPG123_LIBRARY_PATH)/android
133+
LOCAL_C_INCLUDES += $(LOCAL_PATH)/$(MPG123_LIBRARY_PATH)/src/include
134134
LOCAL_CFLAGS += -DDECODER_MP3_MPG123
135135
LOCAL_SHARED_LIBRARIES += mpg123
136136
endif

0 commit comments

Comments
 (0)