summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorFlorian Franzmann2019-04-06 14:26:12 +0200
committerFlorian Franzmann2019-04-06 15:16:44 +0200
commitbf7bc07fa2a8377a05d4ad3d77286813b51f6406 (patch)
tree8ee472e36594bc74379bc0f3390f719dbc1fb2c5 /video
parentf2203afa309a2839fa9dd1a384e9b3f723952ce6 (diff)
video/mpv: add triggers for when OPENGL providers are cast
Diffstat (limited to 'video')
-rw-r--r--video/mpv/HISTORY3
-rwxr-xr-xvideo/mpv/TRIGGERS5
2 files changed, 8 insertions, 0 deletions
diff --git a/video/mpv/HISTORY b/video/mpv/HISTORY
index 17f510b49a..8dbbfc0734 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,3 +1,6 @@
+2019-04-06 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * TRIGGERS: check_self if one of the providers of OPENGL is cast
+
2018-10-02 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 0.29.1
diff --git a/video/mpv/TRIGGERS b/video/mpv/TRIGGERS
new file mode 100755
index 0000000000..c085808adb
--- /dev/null
+++ b/video/mpv/TRIGGERS
@@ -0,0 +1,5 @@
+on_cast nvidia_driver check_self
+on_cast mesa check_self
+on_cast nvidia_legacy_295xx check_self
+on_cast nvidia_legacy_304xx check_self
+on_cast nvidia_legacy_340xx check_self