[MPlayer-cygwin] Re: While compile TOOLS/netstream in MINGW32 (WinXP), some error

Diego Biurrun diego at biurrun.de
Sat Oct 2 02:39:56 CEST 2004


Erik Augustson writes:
> Diego Biurrun <diego <at> biurrun.de> writes:
> 
> > (.text+0x27c2):/usr/src/mplayer/dev/libmpdemux/demuxer.c:1413:
> > undefined reference to `stream_cache_min_percent'
> > collect2: ld returned 1 exit status
> > make: *** [netstream] Error 1
> > 
> > Does anybody have a clue how to fix this?
> > 
> > Diego
> > 
> 
> Down at //-----for libmpdemux i add...
> 
> float stream_cache_prefill_percent;
> float stream_cache_min_percent;

I added

float stream_cache_prefill_percent:5.0;
float stream_cache_min_percent=20.0;

So it should compile and link sometimes now ;-)

Diego




More information about the MPlayer-cygwin mailing list