[MPlayer-dev-eng] state of realvideo?
D Richard Felker III
dalias at aerifal.cx
Mon May 20 22:53:01 CEST 2002
On Mon, May 20, 2002 at 01:26:13PM -0700, Kees Cook wrote:
> Is there any way to solve the "__pure_virtual" reference? Just defining
> it in my loader doesn't work: I have to make a stub in a separate .so
> file. Really strange...
The linker is probably omitting your stub because it's unused. Make a
pointer/call to it somewhere or declare it volatile and it might work.
Rich
More information about the MPlayer-dev-eng
mailing list