Mercurial > libavcodec.hg
changeset 2730:5bc8023efdba libavcodec
ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com)
author | michael |
---|---|
date | Sun, 22 May 2005 23:58:58 +0000 |
parents | 26bf6f4e9945 |
children | 0b4b57c4a8f5 |
files | Makefile libpostproc/Makefile |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun May 22 23:39:11 2005 +0000 +++ b/Makefile Sun May 22 23:58:58 2005 +0000 @@ -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 $@
--- a/libpostproc/Makefile Sun May 22 23:39:11 2005 +0000 +++ b/libpostproc/Makefile Sun May 22 23:58:58 2005 +0000 @@ -61,7 +61,7 @@ ln -sf $(SPPLIB).$(SPPVERSION) $(libdir)/$(SPPLIB).$(SPPMAJOR) install -d $(libdir)/pkgconfig install -m 644 ../../libpostproc.pc $(libdir)/pkgconfig - ldconfig || true + $(LDCONFIG) || true endif endif mkdir -p $(prefix)/include/postproc