[Mplayer-cvslog] CVS: main Makefile,1.292,1.293
Richard Felker CVS
syncmail at mplayerhq.hu
Sat Jun 26 17:35:37 CEST 2004
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
ifeq ($(VIDIX),yes)
VIDIX_LIBS = vidix/libvidix.a
More information about the MPlayer-cvslog
mailing list