[MPlayer-dev-eng] [PATCH] fix resources in mingw build
Gianluigi Tiesi
mplayer at netfarm.it
Tue Mar 27 05:38:44 CEST 2007
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)
Bye
--
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