[Mplayer-cvslog] CVS: main/postproc Makefile,1.19,1.20

Alex Beregszaszi syncmail at mplayerhq.hu
Thu Jun 24 14:52:20 CEST 2004


CVS change done by Alex Beregszaszi

Update of /cvsroot/mplayer/main/postproc
In directory mail:/var2/tmp/cvs-serv16243/postproc

Modified Files:
	Makefile 
Log Message:
ranlib cleanup by Dan Christiansen

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/Makefile,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- Makefile	28 Jul 2003 15:24:38 -0000	1.19
+++ Makefile	24 Jun 2004 12:52:17 -0000	1.20
@@ -20,6 +20,7 @@
 
 $(SWSLIB):     $(SWSOBJS)
 	$(AR) r $(SWSLIB) $(SWSOBJS)
+	$(RANLIB) $(SWSLIB)
 
 clean:
 	rm -f *.o *.a *~ *.so cs_test swscale-example




More information about the MPlayer-cvslog mailing list