[MPlayer-dev-eng] [PATCH] Fix make dep in libmpdemux

Rich Felker dalias at aerifal.cx
Sun Mar 25 04:49:27 CEST 2007


On Sat, Mar 24, 2007 at 08:21:20PM +0100, Diego Biurrun wrote:
> On Sat, Mar 24, 2007 at 02:15:51AM +0100, Carl Eugen Hoyos wrote:
> > 
> > Attached patch fixes make dep in libmpdemux if live555 is enabled.
> > 
> > --- mpcommon.mak	(Revision 22787)
> > +++ mpcommon.mak	(Arbeitskopie)
> > @@ -31,7 +31,7 @@
> >  
> >  dep depend::
> > -	$(CC) -MM $(CFLAGS) $(SRCS_COMMON) $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend
> > +	$(CC) -MM $(CFLAGS) $(CXXFLAGS) $(SRCS_COMMON) $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend
> 
> I don't  like this.  At the very least, this should be restricted to
> libmpdemux/.

Let's get nemesi committed (finally!!) so we can svn rm the live555
stuff..

Rich



More information about the MPlayer-dev-eng mailing list