hi IOhannes,
are the libmpeg3 and libmpeg3-devel of the same version ?)
from heroinewarrior website: /usr/local/lib/libmpeg3.a /usr/local/include/libmpeg3.h
also, should i configure --with-avcodec=/home/patrick/src/ffmpeg/libavcodec/libavcodec.a --with-avformat=/home/patrick/src/ffmpeg/libavformat/libavformat.a
no it is not necessary, if you don't need ffmpeg support.
what if i did a ./configure --enable-shared (in ffmpeg)? do i have to specify the path to th static libs also? cause i'm getting errors when loading Gem.pd_linux when doing so:
Gem.pd_linux: undefined symbol: dc1394_create_handle so i ./configure ffmpeg --disable-dc1394
but now i'm getting undefined symbol: ogg_stream some so i ./configure ffmpeg --disable-vorbis
and it's the turn of : xvid_encore ...
what i'm doing wrong? thanks, patrick