summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdel KARA SLIMANE <adel.ks@zegrapher.com>2025-02-10 23:24:32 +0100
committerSam James <sam@gentoo.org>2025-02-14 05:14:43 +0000
commit737f391cb910f820f705386ac22bdbab23e414d7 (patch)
tree9e53e6b3c89b009ec4a37ee6a4dd8ccad2a69287 /media-video/ffmpeg
parentmedia-libs/amf-headers: minor style fixes (diff)
downloadgentoo-737f391cb910f820f705386ac22bdbab23e414d7.tar.gz
gentoo-737f391cb910f820f705386ac22bdbab23e414d7.tar.bz2
gentoo-737f391cb910f820f705386ac22bdbab23e414d7.zip
media-libs/amf-headers: drop subslot use
ffmpeg dlopen's the AMF shared library provided by amdgpu-pro-amf and the interface is stable and backward compatible, no need to rebuild on amf-header updates Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video/ffmpeg')
-rw-r--r--media-video/ffmpeg/ffmpeg-4.4.5-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/ffmpeg/ffmpeg-4.4.5-r1.ebuild b/media-video/ffmpeg/ffmpeg-4.4.5-r1.ebuild
index 64172ff012fe..bc08f88f2901 100644
--- a/media-video/ffmpeg/ffmpeg-4.4.5-r1.ebuild
+++ b/media-video/ffmpeg/ffmpeg-4.4.5-r1.ebuild
@@ -295,7 +295,7 @@ RDEPEND="${RDEPEND}
"
DEPEND="${RDEPEND}
- amf? ( media-libs/amf-headers:= )
+ amf? ( media-libs/amf-headers )
ladspa? ( >=media-libs/ladspa-sdk-1.13-r2[${MULTILIB_USEDEP}] )
v4l? ( sys-kernel/linux-headers )
"