summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
Diffstat (limited to 'video')
-rwxr-xr-xvideo/mpv/BUILD4
-rw-r--r--video/mpv/HISTORY3
2 files changed, 7 insertions, 0 deletions
diff --git a/video/mpv/BUILD b/video/mpv/BUILD
index bcb7248c8f..980fc65b84 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 218d275578..445305731b 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,3 +1,6 @@
+2021-09-07 Pavel Vinogradov <public@sourcemage.org>
+ * BUILD: fixed building with ffmpeg-svn (needs strict ABI)
+
2021-04-05 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 0.33.1, waf version 2.0.22, SECURITY_PATCH++