[MPlayer-users] undefined ref errors in demux with rc4

Kevin kevlinux at hawaii.rr.com
Tue Feb 18 03:41:36 CET 2003


A friend of mine is compiling rc4 using gcc 2.95.3 on a slackware system. The 
following is coming up on 'make':

gcc -O4 -march=k6 -mcpu=k6 -pipe -ffast-math -fomit-frame-pointer 
-D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Ilibmpdemux 
-Iloader -Ilibvo      -o mplayer mplayer.o mp_msg.o cpudetect.o codec-cfg.o 
cfgparser.o my_profile.o spudec.o playtree.o playtreeparser.o asxparser.o 
vobsub.o subreader.o sub_cc.o find_sub.o m_config.o m_option.o parser-cfg.o 
m_struct.o unrarlib.o mixer.o parser-mpcmd.o libvo/libvo.a libao2/libao2.a  
vidix/libvidix.a  libmpcodecs/libmpcodecs.a mp3lib/libMP3.a liba52/liba52.a 
libmpeg2/libmpeg2.a   libaf/libaf.a libmpdemux/libmpdemux.a input/libinput.a 
postproc/libpostproc.a postproc/libswscale.a linux/libosdep.a -Llibmpdvdkit2 
-lmpdvdkit libavcodec/libavcodec.a  -lmad -lvorbis -logg      -lpng -lz -lz 
-ljpeg    -ltermcap -lcdda_interface -lcdda_paranoia -lnsl   -lgif  -laa 
-lGL -lXxf86dga -lXv -lXxf86vm -lXinerama -L/usr/X11R6/lib -lXext -lX11 
-lnsl -lmad -lnsl     -lvgagl -lvga -lm   -L/opt/kde/lib -ldl -lartsc 
-lpthread -L/usr/lib -lesd -laudiofile -lm      -lpthread -ldl    -lm
libmpdemux/libmpdemux.a(demuxer.o): In function `demux_fill_buffer':
demuxer.o(.text+0xa49): undefined reference to `demux_asf_fill_buffer'
libmpdemux/libmpdemux.a(demuxer.o): In function `demux_seek':
demuxer.o(.text+0x28dc): undefined reference to `demux_seek_asf'
libmpdemux/libmpdemux.a(demuxer.o): In function `demux_control':
demuxer.o(.text+0x2e97): undefined reference to `demux_asf_control'
libmpdemux/libmpdemux.a(demuxer.o): In function `demuxer_get_time_length':
demuxer.o(.text+0x2ef0): undefined reference to `demux_asf_control'
libmpdemux/libmpdemux.a(demuxer.o): In function `demuxer_get_percent_pos':
demuxer.o(.text+0x2f60): undefined reference to `demux_asf_control'
collect2: ld returned 1 exit status
make: *** [mplayer] Error 1


Is anyone else having a problem like this?

Thanks,

Kevin



More information about the MPlayer-users mailing list