media-video/ffmpeg: yasm support was dropped in October

Closes: https://bugs.gentoo.org/944201
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot
2024-12-20 09:35:21 +00:00
parent b1294935d1
commit 27df5db081

View File

@@ -343,7 +343,7 @@ DEPEND="${RDEPEND}
BDEPEND+="
>=dev-build/make-3.81
virtual/pkgconfig
cpu_flags_x86_mmx? ( || ( >=dev-lang/nasm-2.13 >=dev-lang/yasm-1.3 ) )
cpu_flags_x86_mmx? ( >=dev-lang/nasm-2.13 )
cuda? ( >=llvm-core/clang-7[llvm_targets_NVPTX] )
doc? ( sys-apps/texinfo )
test? ( net-misc/wget app-alternatives/bc )