[MPlayer-users] divx4_vbr.o no longer needed?
David Ronis
ronis at ronispc.chem.mcgill.ca
Fri Jul 21 20:13:38 CEST 2006
I just ran:
export CFLAGS=
export CXXFLAGS="$CFLAGS"
export CC=/usr/bin/gcc
export CXX=/usr/bin/g++
make distclean
svn update && ./configure --enable-gui && make
I get the following error at the link step for mplayer
gcc: divx4_vbr.o: No such file or directory
Sure enough it's not anywhere in the mplayer tree. If I manually edit
the makefile and remove the line divx_vbr.c from the SRC macro
definition, the error goes away and mplayer seems to link properly.
As long as I'm at it, I notice that the default CFLAGS set
-march=prescott; this isn't correct here (I'm running on a Pentium D
dual core CPU).
David
More information about the MPlayer-users
mailing list