mirror of
https://github.com/jellyfin/jellyfin-ffmpeg.git
synced 2026-09-03 05:09:58 +03:00
@@ -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
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user