[MPlayer-users] --diable-libav doesn't seem to disable libav
Roger Pack
rogerdpack2 at gmail.com
Sat Oct 22 00:30:45 CEST 2011
> libmpdemux/aviheader.h:25:30: fatal error: libavutil/common.h: No such
> file or directory
Oops looks like it was caused by older versions of mplayer, but not newer.
However, I did run into this error, with or without --disable-pthreads:
https://gist.github.com/1305144
$ ./configure --disable-iconv --yasm='' --disable-pthreads
...
$ make
...
CC libavcodec/pthread.olibavcodec/pthread.c:39:7: warning:
"HAVE_W32THREADS" is not defined
...
# compilation fails.
tweaking the file pthread.c to define that fixed it (it built).
Cheers!
-roger-
More information about the MPlayer-users
mailing list