Jaime Oliver wrote:
Ok, so it works now:
great.
Here is the
"ldd /path/to/Gem.pd_linux"
Before recompiling:
[joliverl@maquina ~]$ ldd /home/joliverl/Desktop/Gem/src/Gem.pd_linux
linux-vdso.so.1 => (0x00007fff9b1ff000) libavformat.so.52 => /usr/lib64/libavformat.so.52 libavcodec.so.51 => /usr/lib64/libavcodec.so.51 libavutil.so.49 => /usr/lib64/libavutil.so.49 (0x000000000329a000)
this means that your Gem was linked against ffmpeg. since ffmpeg changed considerably (in a way, that now Gem even refuses to compile with recent ffmpeg-headers), the new libraries most likely caused the crashes you were experincing.
mfgas IOhannes