[Mplayer-cvslog] CVS: main/libvo Makefile,1.42,1.43

Alex Beregszaszi syncmail at mplayerhq.hu
Thu Jun 24 15:54:10 CEST 2004


CVS change done by Alex Beregszaszi

Update of /cvsroot/mplayer/main/libvo
In directory mail:/home/alex/mplayer/main/libvo

Modified Files:
	Makefile 
Log Message:
ranlib cleanup

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/Makefile,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- Makefile	10 Jan 2004 09:48:14 -0000	1.42
+++ Makefile	24 Jun 2004 13:54:08 -0000	1.43
@@ -21,6 +21,7 @@
 
 $(LIBNAME):     $(OBJS)
 	$(AR) r $(LIBNAME) $(OBJS)
+	$(RANLIB) $(LIBNAME)
 
 vo_mpegpes.o: vo_mpegpes.c
 	$(CC) -c $(CFLAGS) $(DVB_INC) -o $@ $<




More information about the MPlayer-cvslog mailing list