summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-02-16 14:13:23 +0000
committerMåns Rullgård <mans@mansr.com>2008-02-16 14:13:23 +0000
commitb147ec08c33b0ce5d8a62acd545da42cf02e0d90 (patch)
tree98b7798e0b57dd46148ff9219f071c53679b1bc0 /Makefile
parentb6f57945975cc13c1951e81851ce01390205ecc7 (diff)
do not run ldconfig after installing shared libraries
Originally committed as revision 12121 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3e56867140..66af579c71 100644
--- a/Makefile
+++ b/Makefile
@@ -166,9 +166,6 @@ install-libs:
$(MAKE) -C libavdevice install-libs
$(MAKE-$(CONFIG_PP)) -C libpostproc install-libs
$(MAKE-$(CONFIG_SWSCALER)) -C libswscale install-libs
-ifeq ($(BUILD_SHARED),yes)
- -$(LDCONFIG)
-endif
install-headers:
$(MAKE) -C libavutil install-headers