Skip to content

Commit 6e8a62b

Browse files
committed
CI: use SDL3
1 parent 6eb185b commit 6e8a62b

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/scripts/Linux/arm/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export CFLAGS CXXFLAGS
2222

2323
# shellcheck disable=SC2086 # intentional
2424
set -- $FEATURES
25+
set -- --enable-sdl=2 # use SDL2 (environment.sh sets sdl=3)
2526
set -- "$@" --enable-drm_disp
2627

2728
./autogen.sh "$@"

.github/scripts/Windows/prepare_msys.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $PACMAN_INSTALL $m-asciidoc \
5858
$m-vulkan-headers $m-vulkan-loader \
5959

6060
$PACMAN_INSTALL $m-libsoxr $m-speexdsp
61-
$PACMAN_INSTALL $m-SDL2 $m-SDL2_ttf
61+
$PACMAN_INSTALL $m-sdl3 $m-sdl3-ttf
6262
$PACMAN_INSTALL $m-glm
6363
$PACMAN_INSTALL $m-portaudio # in case of problems build PA with --with-winapi=wmme,directx,wasapi
6464
$PACMAN_INSTALL $m-curl # RTSP capture

.github/scripts/environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export FEATURES="\
6464
--enable-rtsp-server\
6565
--enable-scale\
6666
--enable-screen\
67-
--enable-sdl=2\
67+
--enable-sdl=3\
6868
--enable-sdp-http\
6969
--enable-soxr\
7070
--enable-speexdsp\

.github/scripts/macOS/prepare.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ set -- \
5050
pkg-config \
5151
portaudio \
5252
qt \
53-
sdl2 \
54-
sdl2_ttf \
53+
sdl3 \
54+
sdl3_ttf \
5555
speexdsp \
5656
vulkan-headers \
5757
wolfssl \

0 commit comments

Comments
 (0)