Mercurial > mplayer.hg
diff mp3lib/Makefile @ 12632:80973aa180a5
ranlib cleanup by Dan Christiansen
author | alex |
---|---|
date | Thu, 24 Jun 2004 12:52:17 +0000 |
parents | 119da136853c |
children | e047e70a9767 |
line wrap: on
line diff
--- a/mp3lib/Makefile Thu Jun 24 12:01:53 2004 +0000 +++ b/mp3lib/Makefile Thu Jun 24 12:52:17 2004 +0000 @@ -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