...sorry, only can say that works for me.
.............. El mar, 19-12-2017 a las 15:09 +0300, Андрей Прицепов escribió: > I follow step by step by this instruction. The errors you can see in > first email. > > ------------------- > С уважением, Андрей Прицепов “Лаборатория Форт Крым” > > > -----Original Message----- > From: Alvaro [mailto:zurca...@gmail.com] > Sent: Tuesday, December 19, 2017 2:17 PM > To: user@openmeetings.apache.org > Subject: Re: Compile ffmpeg for OM 4.0.0 > > ...right now i've compiled ffmpeg 3.4.1 with success again, following > the tuto step by step in Windows 10. > > Yesterday i've uploaded four times the tutorial, maybe you have not > the right. Please, download it again, and don't worry about any > warning, continue untill the end. > > Alvaro > > > > El mar, 19-12-2017 a las 11:04 +0300, Андрей Прицепов escribió: > > Greetings > > I use this instruction https://cwiki.apache.org/confluence/download > > /a > > ttachments/27838216/FFmpeg%20compilation%20in%20Windows%2010.pdf?ve > > rs > > ion=4&modificationDate=1513618557000&api=v2 to compile it for OM > > 4.0.0. I use OM on Windows10, later it will be Windows > > Server2016. I > > got problems on steps by this instruction. > > Compile x264: > > $ ./configure --prefix=/usr/local/x86_64-w64-mingw32 --cross- > > prefix=x86_64-w64-mingw32- --host=x86_64-w64-mingw32 --ena ble- > > static > > --bit-depth=8 --enable-win32thread > > Error: Unknown option --enable-win32thread, ignored > > > > #I erase that unknown option in command and compile it without it. > > > > Compile ffmpeg: > > $ CPPFLAGS="$CPPFLAGS -I/usr/local/x86_64-w64-mingw32/include" > > ./configure --extraldflags='-L/usr/local/x86_64-w64-ming > > w32/lib' --prefix=/usr/local/x86_64-w64-mingw32 -- > > crossprefix=x86_64- > > w64-mingw32- --target-os=mingw32 --enable-w32threa ds -- > > arch=x86_64 > > --enable-runtime-cpudetect --disable-debug --enable- static > > --disable-shared --disable-ffplay --disable -ffserver --enable-gpl > > --enable-version3 --enable-nonfree --enable- libmp3lame > > --enablelibfdk-aac --enable-libx264 Unknown option > > "--extraldflags=-L/usr/local/x86_64-w64-mingw32/lib". > > See ./configure --help for available options. > > > > #I erase that unknown option in command and compile it without it, > > but > > I got new error: > > > > $ CPPFLAGS="$CPPFLAGS -I/usr/local/x86_64-w64-mingw32/include" > > ./configure --prefix=/usr/local/x86_64-w64-mingw32 --cro > > ssprefix=x86_64-w64-mingw32- --target-os=mingw32 --enable- > > w32threads > > --arch=x86_64 --enable-runtime-cpudetect --disable -debug > > --enable-static --disable-shared --disable-ffplay --disable- > > ffserver > > --enable-gpl --enable-version3 --enable-non free --enable- > > libmp3lame > > --enablelibfdk-aac --enable-libx264 Unknown option > > "--crossprefix=x86_64-w64-mingw32-". > > See ./configure --help for available options. > > > > #I erase that unknown option in command and compile it without it, > > but > > I got new error: > > > > $ CPPFLAGS="$CPPFLAGS -I/usr/local/x86_64-w64-mingw32/include" > > ./configure --prefix=/usr/local/x86_64-w64-mingw32 --tar > > get-os=mingw32 --enable-w32threads --arch=x86_64 --enable-runtime- > > cpudetect --disable-debug --enable-static --disable-s hared > > --disable-ffplay --disable-ffserver --enable-gpl --enable- > > version3 --enable-nonfree --enable-libmp3lame --enable- > > libx264 > > ERROR: libmp3lame >= 3.98.3 not found > > If you think configure made a mistake, make sure you are using the > > latest version from Git. If the latest version fails, report the > > problem to the ffmpeg-u...@ffmpeg.org mailing list or IRC #ffmpeg > > on > > irc.freenode.net. > > Include the log file "ffbuild/config.log" produced by configure as > > this will help solve the problem. > > > > #And here I even don’t know what to do, because lame got 3.100 > > version > > in this instruction. > > > > ------------------- > > С уважением, Андрей Прицепов “Лаборатория Форт Крым” > >