diff options
| author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-12-06 06:23:40 +0300 |
|---|---|---|
| committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-12-06 06:23:40 +0300 |
| commit | fe7a8570c6e0ce1be27196a9bf171e584dae9859 (patch) | |
| tree | 13dab8e5b7a28d84366db60c2276069bd5c775ab | |
| parent | 51033e9c51b4c49a76416e4abb1af57b0d74ff09 (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.ebuild | 3 |
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() { |
