You've already forked FFmpeg
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:
committed by
Michael Niedermayer
parent
bb4c2140c2
commit
f39e56a84b
@@ -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 $@
|
||||
|
||||
Reference in New Issue
Block a user