[MPlayer-dev-eng] Re: UPDATED: A RTSP/ RTP streaming patch for "mplayer"

Mirko Streckenbach strecken at infosun.fmi.uni-passau.de
Mon Aug 5 16:27:19 CEST 2002


Arpi <arpi at thot.banki.hu> writes:

> we agree at least on that c++ sucks...

This is not a c++ issue. The live.com library has code like:

#ifndef __BORLANDC__
        extern int errno;
#endif
        if (errno == 0) {
                errno = WSAGetLastError();
        }
 
(from live/groupsock/GroupsockHelper.cpp)

which will cause problems with glibc. If you remove all

        extern int errno;

the code will compile fine, regardless of the compiler version.


ciao,
mirko.



More information about the MPlayer-dev-eng mailing list