Greetings

I use this instruction
https://cwiki.apache.org/confluence/download/attachments/27838216/FFmpeg%20c
ompilation%20in%20Windows%2010.pdf?version=4
<https://cwiki.apache.org/confluence/download/attachments/27838216/FFmpeg%20
compilation%20in%20Windows%2010.pdf?version=4&modificationDate=1513618557000
&api=v2> &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.

 

-------------------  

С уважением, Андрей Прицепов "Лаборатория Форт Крым"

 

Reply via email to