Mercurial > libavformat.hg
changeset 773:a5095f5cf38a libavformat
ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com)
author | michael |
---|---|
date | Sun, 22 May 2005 23:58:58 +0000 |
parents | d3cec742f7c0 |
children | 820863425158 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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: