Hi, I am trying to install OpenMeetings 4.04 in Ubuntu 16.04, but I have a problem with the script ffmpeg-ubuntu-debian.sh
In the lines: cd x264-*/ PATH="$HOME/bin:$PATH" ./configure --prefix="$HOME/ffmpeg_build" --bindir="$HOME/bin" --enable-static --disable-opencl && PATH="$HOME/bin:$PATH" make && sudo make install && make distclean; cd .. The output is: Found no assembler Minimum version is nasm-2.13 If you really want to compile without asm, configure with --disable-asm. what should I do? add --disable-asm option or is something that I lack for the complication ? Regards,
