[Mplayer-cvslog] CVS: main Makefile,1.292,1.293
D Richard Felker III
dalias at aerifal.cx
Sat Jun 26 17:52:37 CEST 2004
- Previous message: [Mplayer-cvslog] CVS: main Makefile,1.292,1.293
- Next message: [Mplayer-cvslog] CVS: main/postproc yuv2rgb_altivec.c, NONE, 1.1 Makefile, 1.20, 1.21 cs_test.c, 1.4, 1.5 swscale.c, 1.141, 1.142 swscale_template.c, 1.106, 1.107 yuv2rgb.c, 1.25, 1.26 swscale_internal.h, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
On Sat, Jun 26, 2004 at 05:35:37PM +0200, Richard Felker CVS wrote:
> CVS change done by Richard Felker CVS
>
> Update of /cvsroot/mplayer/main
> In directory mail:/var2/tmp/cvs-serv6018
>
> Modified Files:
> Makefile
> Log Message:
> this is broken and causes relink during 'make install'. fix it or leave it disabled
>
> Index: Makefile
> ===================================================================
> RCS file: /cvsroot/mplayer/main/Makefile,v
> retrieving revision 1.292
> retrieving revision 1.293
> diff -u -r1.292 -r1.293
> --- Makefile 25 Jun 2004 19:21:17 -0000 1.292
> +++ Makefile 26 Jun 2004 15:35:35 -0000 1.293
> @@ -103,7 +103,7 @@
>
> .SUFFIXES: .cc .c .o
>
> -.PHONY: $(COMMON_DEPS)
> +#.PHONY: $(COMMON_DEPS)
>
> all: version.h $(ALL_PRG)
>
> @@ -195,7 +195,7 @@
> MENU_LIBS =
> endif
>
> -MENCODER_DEP = $(OBJS_MENCODER) $(COMMON_DEPS)
> +MENCODER_DEP = $(OBJS_MENCODER) $(COMMON_DEPS) libmpcodecs/libmpencoders.a
Oops, this was another pending fix I forgot to mention in the commit.
But it's correct so no problem.
Rich
- Previous message: [Mplayer-cvslog] CVS: main Makefile,1.292,1.293
- Next message: [Mplayer-cvslog] CVS: main/postproc yuv2rgb_altivec.c, NONE, 1.1 Makefile, 1.20, 1.21 cs_test.c, 1.4, 1.5 swscale.c, 1.141, 1.142 swscale_template.c, 1.106, 1.107 yuv2rgb.c, 1.25, 1.26 swscale_internal.h, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list