[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec Makefile,1.191,1.192
Michael Niedermayer CVS
michael
Mon May 23 01:59:00 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv2128/libavcodec
Modified Files:
Makefile
Log Message:
ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com)
Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/Makefile,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -d -r1.191 -r1.192
--- Makefile 22 May 2005 23:39:11 -0000 1.191
+++ Makefile 22 May 2005 23:58:57 -0000 1.192
@@ -465,7 +465,7 @@
install -d $(libdir)
install $(INSTALLSTRIP) -m 755 $(SLIB) $(libdir)/libavcodec-$(VERSION).so
ln -sf libavcodec-$(VERSION).so $(libdir)/libavcodec.so
- ldconfig || true
+ $(LDCONFIG) || true
endif
ifeq ($(CONFIG_PP),yes)
$(MAKE) -C libpostproc $@
More information about the ffmpeg-cvslog
mailing list