[MPlayer-dev-eng] state of realvideo?
Florian Schneider
flo-mplayer-dev at gmx.net
Wed Jun 5 12:16:38 CEST 2002
Hello
----- Original Message -----
From: "Felix Buenemann" <atmosfear at users.sourceforge.net>
To: <mplayer-dev-eng at mplayerhq.hu>
Sent: Tuesday, June 04, 2002 11:57 PM
Subject: Re: Re: Re: Re: Re: [MPlayer-dev-eng] state of realvideo?
> > 080485d0 T __pure_virtual
> >
> > Hm, so I have to mark it as dynamic somehow? linker option... ah ha, ld
> > option '-E'. So I have to compile like so:
> >
> > And then it loads. :) Okay, problem solved.
> Try ommiting the dynamic stuff and use ___pure_virtual, maybe it helps,
worth
> a try at least.
__pure_virtual is just a function that is called when you call a
virtual function that hasn't been defined in that class - it doesn't
do anything except aborting real player. I have used an empty function
instead in my patch.
Regards
Flo
More information about the MPlayer-dev-eng
mailing list