[Mplayer-cvslog] CVS: main/liba52 Makefile,1.9,1.10
Alex Beregszaszi
syncmail at mplayerhq.hu
Thu Jun 24 14:52:17 CEST 2004
CVS change done by Alex Beregszaszi
Update of /cvsroot/mplayer/main/liba52
In directory mail:/var2/tmp/cvs-serv16243/liba52
Modified Files:
Makefile
Log Message:
ranlib cleanup by Dan Christiansen
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/liba52/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Makefile 11 Aug 2003 20:52:50 -0000 1.9
+++ Makefile 24 Jun 2004 12:52:15 -0000 1.10
@@ -17,6 +17,7 @@
$(LIBNAME): $(OBJS)
$(AR) r $(LIBNAME) $(OBJS)
+ $(RANLIB) $(LIBNAME)
test: $(LIBNAME) test.c
$(CC) $(CFLAGS) test.c ../cpudetect.c -o test ./liba52.a -lm
More information about the MPlayer-cvslog
mailing list