-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated libOpenMPT to version 0.7.11
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
- Loading branch information
Showing
60 changed files
with
682 additions
and
335 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
Frameworks/OpenMPT/OpenMPT/build/android_ndk/Application.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
MPT_SVNVERSION=21223 | ||
MPT_SVNURL=https://source.openmpt.org/svn/openmpt/tags/libopenmpt-0.7.9 | ||
MPT_SVNDATE=2024-07-21T12:01:13.335584Z | ||
MPT_SVNVERSION=21953 | ||
MPT_SVNURL=https://source.openmpt.org/svn/openmpt/tags/libopenmpt-0.7.11 | ||
MPT_SVNDATE=2024-10-26T13:09:27.804941Z |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
|
||
#pragma once | ||
#define OPENMPT_VERSION_SVNVERSION "21223" | ||
#define OPENMPT_VERSION_REVISION 21223 | ||
#define OPENMPT_VERSION_SVNVERSION "21953" | ||
#define OPENMPT_VERSION_REVISION 21953 | ||
#define OPENMPT_VERSION_DIRTY 0 | ||
#define OPENMPT_VERSION_MIXEDREVISIONS 0 | ||
#define OPENMPT_VERSION_URL "https://source.openmpt.org/svn/openmpt/tags/libopenmpt-0.7.9" | ||
#define OPENMPT_VERSION_DATE "2024-07-21T12:01:13.335584Z" | ||
#define OPENMPT_VERSION_URL "https://source.openmpt.org/svn/openmpt/tags/libopenmpt-0.7.11" | ||
#define OPENMPT_VERSION_DATE "2024-10-26T13:09:27.804941Z" | ||
#define OPENMPT_VERSION_IS_PACKAGE 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
minimp3 library from https://github.com/lieff/minimp3 | ||
commit 50d2aaf360a53653b718fead8e258d654c3a7e41 (2021-11-27) | ||
Fork https://github.com/manxorist/minimp3/releases/tag/openmpt-2024-08-15-v4 | ||
commit 2116754771b79347ad2f39127abace2a093c383e (2024-08-15) | ||
The following changes have been made: | ||
* minimp3.c has been added | ||
* some warnings have been fixed | ||
* The following pull rquests have been merged: | ||
* https://github.com/lieff/minimp3/pull/126 | ||
* https://github.com/lieff/minimp3/pull/96 | ||
* https://github.com/lieff/minimp3/pull/97 | ||
* https://github.com/lieff/minimp3/pull/125 | ||
* https://github.com/lieff/minimp3/pull/127 | ||
* all modifications are marked by /* OpenMPT */ |
Oops, something went wrong.