summaryrefslogtreecommitdiffstats
path: root/video/mpv/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'video/mpv/BUILD')
-rwxr-xr-xvideo/mpv/BUILD4
1 files changed, 4 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