Nicolas George <nicolas.george <at> normalesup.org> writes: > your ffmpeg binary is not using the shared libraries > you compiled at the same time What he did was: $ ./configure --enable-shared && make $ ./configure && make It needs a "make distclean" between the two. Carl Eugen