[Ffmpeg-cvslog] CVS: ffmpeg/libavformat Makefile,1.90,1.91
Michael Niedermayer CVS
michael
Mon May 23 01:59:00 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv2128/libavformat
Modified Files:
Makefile
Log Message:
ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com)
Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/Makefile,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- Makefile 19 May 2005 00:17:50 -0000 1.90
+++ Makefile 22 May 2005 23:58:58 -0000 1.91
@@ -111,7 +111,7 @@
install -d $(libdir)
install $(INSTALLSTRIP) -m 755 $(SLIB) $(libdir)/libavformat-$(VERSION).so
ln -sf libavformat-$(VERSION).so $(libdir)/libavformat.so
- ldconfig || true
+ $(LDCONFIG) || true
endif
else
install:
More information about the ffmpeg-cvslog
mailing list