No binary after successful(?) rebuild on Fedora
AaronStiff opened this issue · 6 comments
AaronStiff commented
After installing all the dependencies required and getting what I thought was a successful rebuild, there's no ./mpv/build/mpv
, and sudo ./install
obviously fails.
Logs:
logs.txt
CounterPillow commented
You didn't have a successful build.
nasm/yasm not found or too old. Use --disable-x86asm for a crippled build.
install nasm or yasm.
AaronStiff commented
Ah, I see. Thought (read:wished) that was just a warning :) Thanks!
jeeb commented
Recent nasm is generally recommended for FFmpeg, so go that route :) .
AaronStiff commented
yasm-devel
is in the Fedora package repo, but I'm not seeing a devel version of nasm...
CounterPillow commented
You don't need a devel version, you need the actual nasm
binary which will be in the regular package.
AaronStiff commented
Cool, thanks!