diff options
author | Jacob Meuser <jakemsr@jakemsr.com> | 2005-05-22 23:58:58 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-05-22 23:58:58 +0000 |
commit | f39e56a84bd614238986e67fe47a62fa4de279d8 (patch) | |
tree | 1e7dddd9c798e8263d5b5352566cfeb1ad256c81 /libavformat/Makefile | |
parent | bb4c2140c2333d71aaea15aa7aa759f3505a6139 (diff) | |
download | ffmpeg-f39e56a84bd614238986e67fe47a62fa4de279d8.tar.gz |
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/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
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: |