Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (9bcf0f1877e1c0e9ecf0c1ccfd0381114a4c7021)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (9bcf0f1877e1c0e9ecf0c1ccfd0381114a4c7021)
  • Date: Tue, 24 Jul 2018 17:40:53 +0000

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

video/mpv/CONFIGURE | 5 ++++-
video/mpv/HISTORY | 3 +++
2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 9bcf0f1877e1c0e9ecf0c1ccfd0381114a4c7021
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

video/mpv: remove encoding switch from MPV_OPTS

diff --git a/video/mpv/CONFIGURE b/video/mpv/CONFIGURE
index a6a819e..7479328 100755
--- a/video/mpv/CONFIGURE
+++ b/video/mpv/CONFIGURE
@@ -20,4 +20,7 @@ list_remove MPV_OPTS "--enable-joystick" &&
list_remove MPV_OPTS "--disable-joystick" &&

list_remove MPV_OPTS "--enable-ladspa" &&
-list_remove MPV_OPTS "--disable-ladspa"
+list_remove MPV_OPTS "--disable-ladspa" &&
+
+list_remove MPV_OPTS "--enable-encoding" &&
+list_remove MPV_OPTS "--disable-encoding"
diff --git a/video/mpv/HISTORY b/video/mpv/HISTORY
index 1ee6d68..ede473f 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,3 +1,6 @@
+2018-07-24 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * CONFIGURE: remove encoding switch from MPV_OPTS
+
2018-07-23 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.29.0
* DEPENDS: remove optional dependency on sdl



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (9bcf0f1877e1c0e9ecf0c1ccfd0381114a4c7021), Florian Franzmann, 07/24/2018

Archive powered by MHonArc 2.6.24.

Top of Page