[Mplayer-cvslog] CVS: main/libmpdemux Makefile,1.78,1.79

Alex Beregszaszi syncmail at mplayerhq.hu
Thu Jun 24 14:52:18 CEST 2004


CVS change done by Alex Beregszaszi

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv16243/libmpdemux

Modified Files:
	Makefile 
Log Message:
ranlib cleanup by Dan Christiansen

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/Makefile,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- Makefile	12 Apr 2004 14:19:12 -0000	1.78
+++ Makefile	24 Jun 2004 12:52:16 -0000	1.79
@@ -57,6 +57,7 @@
 
 $(LIBNAME):	$(OBJS)
 	$(AR) r $(LIBNAME) $(OBJS)
+	$(RANLIB) $(LIBNAME)
 
 test:	$(LIBNAME) test.c
 	$(CC) $(CFLAGS) test.c ../mp_msg.c ../osdep/shmem.c -o test ./libmpdemux.a ../libmpdvdkit2/libmpdvdkit.a ../libvo/aclib.o ../libmpcodecs/img_format.o ../libao2/afmt.o ../sub_cc.o ../m_option.o ../subreader.o $(ALSA_LIB) $(VORBIS_LIB) $(CDPARANOIA_LIB) -lz -lpthread




More information about the MPlayer-cvslog mailing list