From 0fc20ac930e3d3f7f76caedbc526746d43658818 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 24 Jun 2004 12:52:17 +0000 Subject: ranlib cleanup by Dan Christiansen git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12633 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mp3lib') diff --git a/mp3lib/Makefile b/mp3lib/Makefile index 5399c4663b..508d576358 100644 --- a/mp3lib/Makefile +++ b/mp3lib/Makefile @@ -47,6 +47,8 @@ decode_i586.o: decode_i586.c 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 -- cgit v1.2.3