[MPlayer-users] Latest cvs does not compile: divxencore problem

Mike Melanson melanson at pcisys.net
Sat Nov 10 19:19:10 CET 2001


On Sat, 10 Nov 2001, Jesus Climent wrote:

> make[1]: Entering directory `/root/video/main/xa'
> gcc -c -O4 -march=k6 -mcpu=k6 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I. -I.. -Wall -o xa_gsm.o xa_gsm.c
> gcc -c -O4 -march=k6 -mcpu=k6 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I. -I.. -Wall -o rle8.o rle8.c
> ar r libxa.a xa_gsm.o rle8.o
> make[1]: Leaving directory `/root/video/main/xa'
> gcc -rdynamic -O4 -march=k6 -mcpu=k6 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Ilibmpdemux -Iloader -Ilibvo -I/usr/include    -o mplayer mplayer.o ima4.o xacodec.o cpudetect.o mp_msg.o ac3-iec958.o find_sub.o dec_audio.o dec_video.o codec-cfg.o subreader.o lirc_mp.o cfgparser.o mixer.o spudec.o dll_init.o -Llibmpdemux -lmpdemux   -Lloader -lloader -Lloader/DirectShow -lDS_Filter -lstdc++ -Llibavcodec -lavcodec -Llibmpeg2 -lmpeg2 -Llibao2 -lao2 -Lmp3lib -lMP3 -Llibac3 -lac3 -lasound    -Llibvo -lvo  -L/usr/X11R6/lib -L/usr/lib -lGL -lggi  -L/usr/lib -lSDL -lpthread -lXxf86dga -lX11 -lXext -lXv -lXxf86vm -lvgagl -lvga -lpng -lz  -lnsl -laa -lvorbis -lm -lXinerama  -lz -ldvdread  -ldl -lpthread  -Llinux -losdep -Lpostproc -lpostproc -Lxa -lxa -ldivxdecore -ldivxencore opendivx/postprocess.o -ltermcap -lm
> /usr/bin/ld: cannot find -ldivxencore
> collect2: ld returned 1 exit status
> make: *** [mplayer] Error 1

	I was just about to write in to report this same issue. It seems
that the configure script hasn't been updated to reflect the new
features. I think it finds the divxdecore and then assumes that divxencore
is also present, which was not true in your case or mine. I fixed this
temporarily my searching for and removing -ldivxencore in the config.mak
file.

	MPlayer dev team: It would be useful to update the configure
script to reflect the divx encoding functionality. Thanks.

-- 
	-Mike Melanson




More information about the MPlayer-users mailing list