summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2022-06-18 21:25:28 -0500
committerDudemanguy <random342@airmail.cc>2022-06-19 18:13:55 +0000
commit7e921e99390ddd4a8a0cd7cd1ce7ea22e3ff0ead (patch)
treea4f9929da02f63e64b5c35b47971ae08aeb5642d
parent3d459832a88a9bd2835b339cf6ca98f84aad0115 (diff)
downloadmpv-7e921e99390ddd4a8a0cd7cd1ce7ea22e3ff0ead.tar.bz2
mpv-7e921e99390ddd4a8a0cd7cd1ce7ea22e3ff0ead.tar.xz
github/workflows: install libxpresent on freebsd
This is needed for x11 which is in turn needed for vdpau.
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b0d014c119..9d6d871a21 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -164,6 +164,7 @@ jobs:
ffmpeg \
libplacebo \
libxkbcommon \
+ libxpresent \
luajit \
meson \
openal-soft \