Skip to content

Commit 3d7a8e8

Browse files
tsunamistateAJenbo
authored andcommitted
Upgrade SDL2 to 2.23.4
Upgrade includes build-from source, Android and VCPKG
1 parent dbf7c77 commit 3d7a8e8

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/Windows_MSVC_x64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Restore or setup vcpkg
4343
uses: lukka/run-vcpkg@v11.5
4444
with:
45-
vcpkgGitCommitId: 'acd5bba5aac8b6573b5f6f463dc0341ac0ee6fa4'
45+
vcpkgGitCommitId: '533a5fda5c0646d1771345fb572e759283444d5f'
4646

4747
- name: Fetch test data
4848
run: |

3rdParty/SDL2/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set(SDL_TEST_ENABLED_BY_DEFAULT OFF)
1515
include(functions/FetchContent_ExcludeFromAll_backport)
1616
include(FetchContent)
1717
FetchContent_Declare(SDL2
18-
URL https://github.com/libsdl-org/SDL/releases/download/release-2.32.2/SDL2-2.32.2.tar.gz
19-
URL_HASH SHA256=c5f30c427fd8107ee4a400c84d4447dd211352512eaf0b6e89cc6a50a2821922
18+
URL https://github.com/libsdl-org/SDL/releases/download/release-2.32.4/SDL2-2.32.4.tar.gz
19+
URL_HASH SHA256=f15b478253e1ff6dac62257ded225ff4e7d0c5230204ac3450f1144ee806f934
2020
)
2121
FetchContent_MakeAvailable_ExcludeFromAll(SDL2)

android-project/app/src/main/java/org/libsdl/app/SDLActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public class SDLActivity extends Activity implements View.OnSystemUiVisibilityCh
6161
private static final String TAG = "SDL";
6262
private static final int SDL_MAJOR_VERSION = 2;
6363
private static final int SDL_MINOR_VERSION = 32;
64-
private static final int SDL_MICRO_VERSION = 2;
64+
private static final int SDL_MICRO_VERSION = 4;
6565
/*
6666
// Display InputType.SOURCE/CLASS of events and devices
6767
//

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bzip2",
77
"lua"
88
],
9-
"builtin-baseline": "acd5bba5aac8b6573b5f6f463dc0341ac0ee6fa4",
9+
"builtin-baseline": "533a5fda5c0646d1771345fb572e759283444d5f",
1010
"features": {
1111
"sdl1": {
1212
"description": "Use SDL1.2 instead of SDL2",

0 commit comments

Comments
 (0)