If you just install from the Ubuntu repository then you do not need to do the compile section in the instructions. Everything is already compiled in the installable package.
From: Siovel Rodriguez [mailto:siove...@gmail.com] Sent: Wednesday, July 4, 2018 10:36 PM To: user@openmeetings.apache.org Subject: Re: Problem with x264 compile Hello Alvaro and Aaron.hepp, thanks for your answers. It is possible then that it could be because I am behind a proxy or because some URLs are blocked for Cuba. For example, this instruction in the script can not be executed either hg clone https://bitbucket.org/multicoreware/x265 Is there any other variant to get x265? Greetings and many thanks El mié., 4 jul. 2018 a las 10:18, Alvaro (<zurca...@gmail.com <mailto:zurca...@gmail.com> >) escribió: Right now i've finished compile ffmpeg on Ubuntu 16.04 following the tutorial that reference to ffmpeg-ubuntu-debian.sh script, and works as expected. This is without modify anything in the script. El mié, 04-07-2018 a las 01:35 -0400, Siovel Rodriguez escribió: > 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, > > > >