2018-03-23 16:03:42 +00:00
|
|
|
From b0246f357b80f91811a3eb80f9cf309b54ef8f15 Mon Sep 17 00:00:00 2001
|
2016-08-12 11:22:28 +00:00
|
|
|
From: Julian Ospald <hasufell@posteo.de>
|
2018-03-23 16:03:42 +00:00
|
|
|
Date: Fri, 23 Mar 2018 17:01:02 +0100
|
2016-08-12 11:22:28 +00:00
|
|
|
Subject: [PATCH] Use mpv instead of mplayer
|
|
|
|
Upstream: no
|
|
|
|
|
|
|
|
---
|
2018-03-23 16:03:42 +00:00
|
|
|
impressive.py | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
2016-08-12 11:22:28 +00:00
|
|
|
|
|
|
|
diff --git a/impressive.py b/impressive.py
|
2018-03-23 16:03:42 +00:00
|
|
|
index 1dbbcfa..8951aa0 100755
|
2016-08-12 11:22:28 +00:00
|
|
|
--- a/impressive.py
|
|
|
|
+++ b/impressive.py
|
2018-03-23 16:03:42 +00:00
|
|
|
@@ -179,7 +179,7 @@ if os.name == "nt":
|
2016-08-12 11:22:28 +00:00
|
|
|
else:
|
|
|
|
def FindBinary(x): return x
|
|
|
|
GhostScriptPlatformOptions = []
|
|
|
|
- MPlayerPath = "mplayer"
|
|
|
|
+ MPlayerPath = "mpv"
|
|
|
|
pdftkPath = "pdftk"
|
2018-03-23 16:03:42 +00:00
|
|
|
mutoolPath = "mutool"
|
|
|
|
ffmpegPath = "ffmpeg"
|
2016-08-12 11:22:28 +00:00
|
|
|
--
|
2018-03-23 16:03:42 +00:00
|
|
|
2.16.2
|
2016-08-12 11:22:28 +00:00
|
|
|
|