Update SDL to 3.4.10 and ffmpeg to 8.1.1

This commit is contained in:
Zion Nimchuk
2026-06-04 22:13:03 -07:00
parent a270d1c9d5
commit a1aa920148
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -206,7 +206,7 @@ RUN \
rm ./*.tar.gz && \
rm -r ./nv-codec-headers-*
ENV FFMPEGVER=8.1
ENV FFMPEGVER=8.1.1
RUN \
curl -sSfLO https://ffmpeg.org/releases/ffmpeg-${FFMPEGVER}.tar.xz && \
tar -xf ./ffmpeg-*.tar.xz && \
@@ -275,7 +275,7 @@ RUN \
shellcheck --version
# We need to build a custom version of SDL3 as well
ENV SDLVER=3.4.4
ENV SDLVER=3.4.10
RUN \
curl -sSfL -o SDL.tar.gz https://github.com/libsdl-org/SDL/releases/download/release-${SDLVER}/SDL3-${SDLVER}.tar.gz && \
tar -xf SDL.tar.gz && \
+2 -2
View File
@@ -149,7 +149,7 @@ RUN \
rm ./*.tar.gz && \
rm -r ./nv-codec-headers-*
ENV FFMPEGVER=8.1
ENV FFMPEGVER=8.1.1
RUN \
curl -sSfLO https://ffmpeg.org/releases/ffmpeg-${FFMPEGVER}.tar.xz && \
tar -xf ./ffmpeg-*.tar.xz && \
@@ -198,7 +198,7 @@ RUN \
shellcheck --version
# We need to build a custom version of SDL3 as well
ENV SDLVER=3.4.4
ENV SDLVER=3.4.10
RUN \
curl -sSfL -o SDL.tar.gz https://github.com/libsdl-org/SDL/releases/download/release-${SDLVER}/SDL3-${SDLVER}.tar.gz && \
tar -xf SDL.tar.gz && \