Compare commits

...

2 commits

Author SHA1 Message Date
Marko Korhonen
fa9dccc7a2
Only add vulkan and wayland stuff for mirkwood mpv 2021-07-16 11:29:24 +03:00
Marko Korhonen
8eced427bf
Update dotdrop 2021-07-16 11:29:14 +03:00
2 changed files with 8 additions and 3 deletions

@ -1 +1 @@
Subproject commit 5c886ba2b0572caae45ca2d72c918cc14ef9ed8f Subproject commit 3f00e21ee4ce8a235782a714a99f7578db5d0adb

View file

@ -9,8 +9,10 @@ hwdec-codecs=all
{%@@ if profile == "Mirkwood" @@%} {%@@ if profile == "Mirkwood" @@%}
gpu-context=wayland gpu-context=wayland
{%@@ elif profile == "Rivendell" @@%} {%@@ endif @@%}
ao=alsa
{%@@ if profile == "mko-laptop" @@%}
script=~/bin/mpris.so
{%@@ endif @@%} {%@@ endif @@%}
############# #############
@ -104,8 +106,11 @@ ytdl-format="bestvideo[height<=2160]+bestaudio/best[height<=2160]"
[best] [best]
ytdl-format="bestvideo+bestaudio" ytdl-format="bestvideo+bestaudio"
{%@@ if profile == "Mirkwood" @@%}
# Vulkan hwdec profile # Vulkan hwdec profile
[vulkan] [vulkan]
gpu-api=vulkan gpu-api=vulkan
gpu-context=waylandvk gpu-context=waylandvk
hwdec=vaapi-copy hwdec=vaapi-copy
{%@@ endif @@%}