Update dependencies

Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
nyanmisaka
2023-03-27 23:49:55 +08:00
parent cb0d77c49b
commit e141afaa02
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#!/usr/bin/make
DISTRO=ubuntu:hirsute
DISTRO=ubuntu:lunar
.PHONY: Dockerfile
Dockerfile: Dockerfile.win64.in
sed 's/DISTRO/$(DISTRO)/' $< > $@ || rm -f $@
+1 -1
View File
@@ -9,7 +9,7 @@ for dep in docker make; do
done
# Use the latest distro for toolchains
distro="ubuntu:kinetic"
distro="ubuntu:lunar"
image_name="jellyfin-ffmpeg-build-windows-win64"
package_temporary_dir="$( mktemp -d )"
current_user="$( whoami )"
+1 -1
View File
@@ -376,7 +376,7 @@ prepare_extra_amd64() {
pushd ${SOURCE_DIR}
git clone https://gitlab.freedesktop.org/mesa/mesa.git
pushd mesa
git reset --hard "f39ffc69"
git reset --hard "5e9ea154"
popd
# disable the broken hevc packed header
MESA_VA_PIC="mesa/src/gallium/frontends/va/picture.c"