FFMPEG - build ubuntu 32 bit - missing shared library : libspeex -


i doing cross platform software calling ffmpeg in c++ , need ffmpeg build working on both ubuntu 32bits , 64bits installer. need ffmpeg build include librtmp, libh264, x11-grab, alsa, , mp3.

i tried compile ffmpeg on 32bits virtual box have ffmpeg build working on ubuntu 32 bits , 62 bits.

i used guide build ffmpeg : https://ffmpeg.org/trac/ffmpeg/wiki/ubuntucompilationguide

after compiling libs , ffmpeg himself, after installation using deb files, ffmpeg working on 32bits virtualbox of required components not on 62bits ubuntu.

when executing ffmpeg on ubuntu 64bits got message saying : impossible find shared library libspeex.

do have idea why have problem on linux 64bits save deb files ? know website find ffmpeg 32bits build components need (static if possible)? tried website http://ffmpeg.gusari.org/static/ build not including alsa...

i have build windows working perfectly, downloaded 32 bits static build on website : zeranoe builds website windows.

thanks in advance answer. regards.

benoit brayer

i solve "problem" compiling 2 specific versions (one linux 32bit , 1 liux 64bits).

that's working need create custom install script select ffmpeg version in function of system...

benoit brayer


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

Delphi interface implements -

java - How to create Table using Apache PDFBox -