[MPlayer-dev-eng] [PATCH] fix resources in mingw build
Diego Biurrun
diego at biurrun.de
Sat Mar 31 20:12:49 CEST 2007
On Tue, Mar 27, 2007 at 06:02:16AM +0200, Gianluigi Tiesi wrote:
> On Tue, Mar 27, 2007 at 05:38:44AM +0200, Gianluigi Tiesi wrote:
> > The var is clobbered by
> >
> > OBJS_MPLAYER = $(SRCS_MPLAYER:.c=.o)
> >
> > so I think it should be changed to
> >
> > OBJS_COMMON += $(SRCS_COMMON:.c=.o)
> > OBJS_MPLAYER += $(SRCS_MPLAYER:.c=.o)
> > OBJS_MENCODER += $(SRCS_MENCODER:.c=.o)
> >
> Sorry for spamming, attached patch should be the better way to handle
> the problem, += on OBJS breaks somehow version.h creation
Fixed.
Diego
More information about the MPlayer-dev-eng
mailing list