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++
[SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (9231d392a608084f4fd8ee476421e5e7a187222d),
Pavel Vinogradov, 09/07/2021