2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

mpv: rm libva patch (merged upstream)

This commit is contained in:
Owen Rafferty 2022-08-27 13:13:35 -05:00
parent e81370da0e
commit fcd2a38eee
No known key found for this signature in database
GPG Key ID: A68B10E2554DEBCB
4 changed files with 0 additions and 17 deletions

View File

@ -1,7 +1,5 @@
#!/bin/sh -e
patch -p1 < libva.patch
# Setup docutils to generate manual pages.
{
cd docutils

View File

@ -1,2 +1 @@
33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6
fc2de250a91d073ad9d0815b9b1cca352ed20ebf3d4bed9688339aded9a2aaf2

View File

@ -1,13 +0,0 @@
diff --git a/meson.build b/meson.build
index 8554573bfa..e710dc87b0 100644
--- a/meson.build
+++ b/meson.build
@@ -1376,7 +1376,7 @@ if features['vaapi-x11']
endif
features += {'vaapi-x-egl': features['vaapi-x11'] and egl_x11.allowed()}
-features += {'vaapi-egl': features['vaapi-x11'] or features['vaapi-wayland'] or features['drm']}
+features += {'vaapi-egl': features['vaapi-x11'] or features['vaapi-wayland'] or features['vaapi-drm']}
features += {'vaapi-libplacebo': features['vaapi'] and libplacebo.found()}
if features['vaapi-egl'] or features['vaapi-libplacebo']

View File

@ -1,3 +1,2 @@
git+https://github.com/mpv-player/mpv
https://files.pythonhosted.org/packages/source/d/docutils/docutils-0.19.tar.gz docutils
patches/libva.patch