On Mon, Jan 18, 2010 at 03:54:12PM +0200, Uoti Urpala wrote: > > Do you still get this error with the current git repo > (git://repo.or.cz/mplayer-build.git)? I fixed some issues that could > perhaps cause this, but as I can't reproduce your problem on my machine > I don't know whether those were the ones you hit. the git repo won't complete the configure stage on my lenny install. it bails claiming I need libavutil, though I have both the lib and dev packages of libavutil already installed. -------------- next part -------------- ============ Checking for FFmpeg libavutil ============ #include <libavutil/common.h> int main(void) { av_gcd(1,1); return 0; } cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O2 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -D_REENTRANT -I/usr/include/directfb -I/usr/include/freetype2 -ffast-math -lncurses -lpng -lz -ljpeg -lasound -ldl -lpthread -lfreetype -lz -lfontconfig -lz -ldts -ldirectfb -lXext -lX11 -lpthread -lXv -lXinerama -lGL -ldl -o /tmp/mplayer-conf-32537-5723 /tmp/mplayer-conf-8538-5723.c -I/usr/include/ffmpeg -lavutil /tmp/mplayer-conf-8538-5723.c:1:30: error: libavutil/common.h: No such file or directory /tmp/mplayer-conf-8538-5723.c: In function 'main': /tmp/mplayer-conf-8538-5723.c:2: warning: implicit declaration of function 'av_gcd'