[MPlayer-users] CVS, make, undefined reference to `av_resample_init'

Carl Karsten carl at personnelware.com
Tue Nov 2 16:03:17 CET 2004


Torinthiel wrote:
> [cut long error message]
> Strange. av_resample* are defined in libavcodec, and I can see you have
> it on the command line. So everything should be fine. Does the problem
> persist after make distclean?

Still errors:

$ make distclean && make
...
libaf/libaf.a(af_lavcresample.o)(.text+0x1a6): In function `control':
: undefined reference to `av_resample_init'

Here is how I built it:
# cvs -d:pserver:anonymous at mplayerhq.hu:/cvsroot/mplayer login
cd mplayer/main
cvs -z3 update -dPA
./configure \
         --enable-xvmc --with-xvmclib=I810XvMC \
         --enable-gui \
         --disable-tv --disable-tv-v4l --disable-tv-v4l2 \
         --enable-menu \
         --disable-macosx \
         --disable-inet6 \
         --disable-mga --disable-xmga --disable-mlib --disable-tdfxfb \
         && make

Carl K





More information about the MPlayer-users mailing list