1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-06 08:29:25 +02:00

ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com)

Originally committed as revision 4303 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Jacob Meuser
2005-05-22 23:58:58 +00:00
committed by Michael Niedermayer
parent bb4c2140c2
commit f39e56a84b
4 changed files with 6 additions and 3 deletions

View File

@@ -465,7 +465,7 @@ else
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 $@