Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-08-15 23:30:38 +0400
committerDiego Biurrun <diego@biurrun.de>2006-08-15 23:30:38 +0400
commitd7e27559b186ddf8a3a870e032afc454be30b96f (patch)
tree02b6d0803e212fb1b4467d9ab44f3d9249f7f9a9 /common.mak
parent696e1bb36e46e304d92a92cfd2a782499b5ff3f1 (diff)
Mac OS X requires running ranlib on static libraries after installation.
Originally committed as revision 6001 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'common.mak')
-rw-r--r--common.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mak b/common.mak
index 40a655cdd4..0961c1740f 100644
--- a/common.mak
+++ b/common.mak
@@ -69,6 +69,7 @@ install-lib-shared: $(SLIBNAME)
install-lib-static: $(LIB)
install -d "$(libdir)"
install -m 644 $(LIB) "$(libdir)"
+ $(LIB_INSTALL_EXTRA_CMD)
install-headers:
install -d "$(incdir)"