When I try to play any files depending on ffmpeg module the module fails to load with an undefined reference error to avcodec.
This means that mp2 audio, FMP4 (avi) fails to play.
This is with both rpms and a compiled version of 8.6b
this is outputof ffmpeg -i
FFmpeg version SVN-r9165, Copyright (c) 2000-2007 Fabrice Bellard, et al.
configuration: --prefix=/usr --libdir=/usr/lib --mandir=/usr/share/man --incdir=/usr/include/ffmpeg --enable-libmp3lame --enable-libogg --enable-libvorbis --enable-libfaad --enable-libfaadbin --enable-libfaac --enable-xvid --enable-x264 --enable-liba52 --enable-liba52bin --enable-pp --enable-shared --enable-swscaler --enable-x11grab --enable-pthreads --enable-encoder=theora --enable-gpl --disable-debug
libavutil version: 49.4.0
libavcodec version: 51.40.4
libavformat version: 51.12.1
built on Jun 4 2007 22:25:27, gcc: 4.1.2 20070502 (Red Hat 4.1.2-12)
any ideas