diff --git a/autobuild.xml b/autobuild.xml index e26689e..b58b547 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -16,11 +16,11 @@ archive hash - 0f6fbb52ffea1a55bf76a84a6688079f95674cbd + 907910b4c16ac3c78df8138a21ead89eeb209d9c hash_algorithm sha1 url - https://github.com/secondlife/3p-sdl2/releases/download/v2.28.0-1dc88c1/SDL2-2.28.0-linux64-1dc88c1.tar.zst + https://github.com/AiraYumi/3p-sdl2/releases/download/v3.1.1-preview/SDL2-3.1.1-linux64-8647466701.tar.zst name linux64 @@ -30,11 +30,11 @@ archive hash - b5d78ff20dc16e084a5c5dbecfc65559c37ef3a1 + 27cb470271f7123922b6f530f4076cd89a0031d7 hash_algorithm sha1 url - https://github.com/secondlife/3p-sdl2/releases/download/v2.28.0-1dc88c1/SDL2-2.28.0-darwin64-1dc88c1.tar.zst + https://github.com/AiraYumi/3p-sdl2/releases/download/v3.1.1-preview/SDL2-3.1.1-darwin64-8647466701.tar.zst name darwin64 @@ -44,11 +44,11 @@ archive hash - 469583e1af1121e7ba079cac5143a56b944600ed + 84b672d6e72c92f1145c6c5845ef344dcf7cdb65 hash_algorithm sha1 url - https://github.com/secondlife/3p-sdl2/releases/download/v2.28.0-1dc88c1/SDL2-2.28.0-windows64-1dc88c1.tar.zst + https://github.com/AiraYumi/3p-sdl2/releases/download/v3.1.1-preview/SDL2-3.1.1-windows64-8647466701.tar.zst name windows64 @@ -57,11 +57,11 @@ license lgpl license_file - LICENSES/SDL2.txt + LICENSES/SDL3.txt copyright Copyright (C) 1997-2022 Sam Lantinga (slouken@libsdl.org) version - 2.28.0 + 3.1.1 name SDL2 description @@ -119,4 +119,4 @@ Open Source replacement for 3DConnection SDK - \ No newline at end of file + diff --git a/libndofdev/CMakeLists.txt b/libndofdev/CMakeLists.txt index cbc243e..70b4ce4 100644 --- a/libndofdev/CMakeLists.txt +++ b/libndofdev/CMakeLists.txt @@ -16,7 +16,7 @@ ADD_DEFINITIONS("-m64 -pipe -DUSE_SDL2") set(libndofdev_HEADER_FILES ${CMAKE_CURRENT_SOURCE_DIR}/ndofdev_external.h - ${CMAKE_CURRENT_SOURCE_DIR}/../stage/packages/include/SDL2/SDL.h + ${CMAKE_CURRENT_SOURCE_DIR}/../stage/packages/include/SDL3/SDL.h ) if(${CMAKE_SYSTEM_NAME} MATCHES "Windows") diff --git a/libndofdev/ndofdev.c b/libndofdev/ndofdev.c index 6354553..1c926c0 100644 --- a/libndofdev/ndofdev.c +++ b/libndofdev/ndofdev.c @@ -49,7 +49,7 @@ #include #ifdef USE_SDL2 -#include +#include #else #include #endif