[Mplayer-cvslog] CVS: main/mp3lib Makefile,1.37,1.38
Alex Beregszaszi
syncmail at mplayerhq.hu
Thu Jun 24 14:52:19 CEST 2004
CVS change done by Alex Beregszaszi
Update of /cvsroot/mplayer/main/mp3lib
In directory mail:/var2/tmp/cvs-serv16243/mp3lib
Modified Files:
Makefile
Log Message:
ranlib cleanup by Dan Christiansen
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/Makefile,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- Makefile 23 Oct 2003 12:10:44 -0000 1.37
+++ Makefile 24 Jun 2004 12:52:16 -0000 1.38
@@ -47,6 +47,8 @@
libMP3.a: $(OBJS)
$(AR) r libMP3.a $(OBJS)
+ $(RANLIB) libMP3.a
+
test1: libMP3.a test.c
$(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. ./libMP3.a ../mp_msg-mencoder.o ../cpudetect.o -lm
More information about the MPlayer-cvslog
mailing list