# HG changeset patch # User michael # Date 1116806338 0 # Node ID a5095f5cf38a1fb615424076bd3a7beb441efeea # Parent d3cec742f7c046a05257621b97fedee0aaeb5b19 ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com) diff -r d3cec742f7c0 -r a5095f5cf38a Makefile --- a/Makefile Sun May 22 08:47:09 2005 +0000 +++ b/Makefile Sun May 22 23:58:58 2005 +0000 @@ -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: