diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-12-04 22:35:52 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-12-04 22:37:41 -0500 |
commit | 18d4e7afad72d6c663276a694eed9c9721fcd939 (patch) | |
tree | 7a2c766a47c4b85168cce90320de509a7e29889b /media-video | |
parent | profiles: activate ppc64le ieee-long-double profile as exp (diff) | |
download | gentoo-18d4e7afad72d6c663276a694eed9c9721fcd939.tar.gz gentoo-18d4e7afad72d6c663276a694eed9c9721fcd939.tar.bz2 gentoo-18d4e7afad72d6c663276a694eed9c9721fcd939.zip |
media-video/mpv: bump ffmpeg min req to >=4.4 in live
Not super important but we still have ffmpeg-4.2 in tree.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 39a550fa8790..bb47b11a853a 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -45,7 +45,7 @@ RESTRICT="!test? ( test )" COMMON_DEPEND=" media-libs/libass:=[fontconfig] - media-video/ffmpeg:=[encode,threads,vaapi?,vdpau?] + >=media-video/ffmpeg-4.4:=[encode,threads,vaapi?,vdpau?] X? ( x11-libs/libX11 x11-libs/libXScrnSaver |