[MPlayer-dev-eng] [PATCH] misc patches - I'm also back with my win32 builds :)

Gianluigi Tiesi mplayer at netfarm.it
Thu Jul 6 11:46:13 CEST 2006


On Thu, Jul 06, 2006 at 12:10:31AM +0200, Diego Biurrun wrote:
> On Wed, Jul 05, 2006 at 08:04:47PM +0200, Gianluigi Tiesi wrote:
> > 
> > http://oss.netfarm.it/mplayer/patches/08_rtsp_nonet.diff
> > I dunno if is the best way but rtsp-port and rtsp-destination
> > are not declared if CONFIG_NETWORK is not enabled, so undef symbols.
> 
> Hmm, doesn't look right to me, those two options do not depend on
> live555 AFAIK...
As I said it should be ifdefed with CONFIG_NETWORK,
I used live555 define to reduce the patch (but it's wrong sry),
the correct define is:
MPLAYER_NETWORK, rtsp_port and rtsp_destination variables are in librtsp/rtsp_rtp.c
that is compiled only if MPLAYER_NETWORK = yes is in config.mak,
the equivalent in config.h seams to be:
#define MPLAYER_NETWORK 1

without this fix mplayer wouldn't compile if using:
--disable-network as configure option.

> 
> > http://oss.netfarm.it/mplayer/patches/xx_mingw_3_10.diff
> > this patch is for mingw when using 3.10 runtime,
> > they added gettimeofday
> 
> Applied a simpler version.
lol, right I'm not so happy with gcc preprocessor :)
I would make it this way :)

> 
> > btw Erik, what's happened to the gui ? :P
> 
> Yeah, good question ...
nice the gui is in svn now :)

Regards

-- 
Gianluigi Tiesi <sherpya at netfarm.it>
EDP Project Leader
Netfarm S.r.l. - http://www.netfarm.it/
Free Software: http://oss.netfarm.it/



More information about the MPlayer-dev-eng mailing list