summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorJacob Meuser <jakemsr@jakemsr.com>2005-05-22 23:58:58 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-05-22 23:58:58 +0000
commitf39e56a84bd614238986e67fe47a62fa4de279d8 (patch)
tree1e7dddd9c798e8263d5b5352566cfeb1ad256c81 /libavformat
parentbb4c2140c2333d71aaea15aa7aa759f3505a6139 (diff)
ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com)
Originally committed as revision 4303 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 3b1b1437d4..795ba022d6 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -111,7 +111,7 @@ else
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: