Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (9231d392a608084f4fd8ee476421e5e7a187222d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (9231d392a608084f4fd8ee476421e5e7a187222d)
  • Date: Tue, 7 Sep 2021 19:21:11 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemaage.org>:

video/mpv/BUILD | 4 ++++
video/mpv/HISTORY | 3 +++
2 files changed, 7 insertions(+)

New commits:
commit 9231d392a608084f4fd8ee476421e5e7a187222d
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

video/mpv: fixed building with ffmpeg--svn

diff --git a/video/mpv/BUILD b/video/mpv/BUILD
index bcb7248..980fc65 100755
--- a/video/mpv/BUILD
+++ b/video/mpv/BUILD
@@ -18,5 +18,9 @@ if is_depends_enabled "${SPELL}" "smgl-gl_select"; then
fi
fi &&

+if [[ $(get_spell_provider $SPELL LIBAVCODEC) == "ffmpeg-svn" ]]; then
+ OPTS+=" --enable-ffmpeg-strict-abi"
+fi &&
+
OPTS+=" --bindir=${INSTALL_ROOT}/usr/bin --confdir=${INSTALL_ROOT}/etc/mpv"
&&
waf_build
diff --git a/video/mpv/HISTORY b/video/mpv/HISTORY
index 218d275..4453057 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,3 +1,6 @@
+2021-09-07 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD: fixed building with ffmpeg-svn (needs strict ABI)
+
2021-04-05 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 0.33.1, waf version 2.0.22, SECURITY_PATCH++





Archive powered by MHonArc 2.6.24.

Top of Page