mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 13:27:38 +02:00
Update dependencies
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
XPROTO_REPO="https://gitlab.freedesktop.org/xorg/proto/xorgproto.git"
|
||||
XPROTO_COMMIT="914d8f5e0f469cd0416364dd008e9eea752bf703"
|
||||
XPROTO_COMMIT="8c8bbb903410e39140727867a26bbe501f77de8f"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
LIBX11_REPO="https://gitlab.freedesktop.org/xorg/lib/libx11.git"
|
||||
LIBX11_COMMIT="4f9eb32709dca705f02ca771bbd47d6c08aba5e0"
|
||||
LIBX11_COMMIT="35d1513bc7fdd3ac6f5807feb601efc34ac19163"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
GLVND_REPO="https://gitlab.freedesktop.org/glvnd/libglvnd.git"
|
||||
GLVND_COMMIT="c8ee0055dfad919e92e92631c5a4a0af68dca9eb"
|
||||
GLVND_COMMIT="5024e5796ea16baf6f9203b1414c870a30b20474"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
LIBXCURSOR_REPO="https://gitlab.freedesktop.org/xorg/lib/libxcursor.git"
|
||||
LIBXCURSOR_COMMIT="801925839d26e7c8d942c5e02c4897652ead26c8"
|
||||
LIBXCURSOR_COMMIT="27adb16027fa99d83818a0ed9f6623cb03f0c574"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET != linux* ]] && return -1
|
||||
|
Reference in New Issue
Block a user