diff Makefile @ 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 769c2a9062c1
children 391669d461d4
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: