summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2017-12-06 06:23:40 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2017-12-06 06:23:40 +0300
commitfe7a8570c6e0ce1be27196a9bf171e584dae9859 (patch)
tree13dab8e5b7a28d84366db60c2276069bd5c775ab
parent51033e9c51b4c49a76416e4abb1af57b0d74ff09 (diff)
mpv shit...
finally got it work i hope this will not introduce ffmpeg version collisions
-rw-r--r--media-video/ffmpeg-mpv/ffmpeg-mpv-scm.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/media-video/ffmpeg-mpv/ffmpeg-mpv-scm.ebuild b/media-video/ffmpeg-mpv/ffmpeg-mpv-scm.ebuild
index 334e61a..b75c96f 100644
--- a/media-video/ffmpeg-mpv/ffmpeg-mpv-scm.ebuild
+++ b/media-video/ffmpeg-mpv/ffmpeg-mpv-scm.ebuild
@@ -464,6 +464,9 @@ multilib_src_install() {
popd >/dev/null || die
fi
fi
+ echo "${EPREFIX}/usr/lib/ffmpeg-mpv/$(get_libdir)" >> 99-ffmpeg-mpv.conf
+ insinto /etc/ld.so.conf.d
+ doins 99-ffmpeg-mpv.conf
}
multilib_src_install_all() {