summaryrefslogtreecommitdiffstats
path: root/mp3lib
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib')
-rw-r--r--mp3lib/Makefile2
1 files changed, 2 insertions, 0 deletions
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