mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
prettyprinting cosmetics
Originally committed as revision 5875 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
+4
-4
@@ -67,9 +67,9 @@ else
|
|||||||
install $(INSTALLSTRIP) -m 755 $(SLIBNAME) \
|
install $(INSTALLSTRIP) -m 755 $(SLIBNAME) \
|
||||||
$(shlibdir)/$(SLIBNAME_WITH_VERSION)
|
$(shlibdir)/$(SLIBNAME_WITH_VERSION)
|
||||||
ln -sf $(SLIBNAME_WITH_VERSION) \
|
ln -sf $(SLIBNAME_WITH_VERSION) \
|
||||||
$(shlibdir)/$(SLIBNAME_WITH_MAJOR)
|
$(shlibdir)/$(SLIBNAME_WITH_MAJOR)
|
||||||
ln -sf $(SLIBNAME_WITH_VERSION) \
|
ln -sf $(SLIBNAME_WITH_VERSION) \
|
||||||
$(shlibdir)/$(SLIBNAME)
|
$(shlibdir)/$(SLIBNAME)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
install-lib-static: $(LIB)
|
install-lib-static: $(LIB)
|
||||||
@@ -89,8 +89,8 @@ ifeq ($(CONFIG_MINGW),yes)
|
|||||||
-rm -f $(prefix)/$(SLIBNAME)
|
-rm -f $(prefix)/$(SLIBNAME)
|
||||||
else
|
else
|
||||||
-rm -f $(libdir)/$(SLIBNAME_WITH_MAJOR) \
|
-rm -f $(libdir)/$(SLIBNAME_WITH_MAJOR) \
|
||||||
$(libdir)/$(SLIBNAME) \
|
$(libdir)/$(SLIBNAME) \
|
||||||
$(libdir)/$(SLIBNAME_WITH_VERSION)
|
$(libdir)/$(SLIBNAME_WITH_VERSION)
|
||||||
endif
|
endif
|
||||||
-rm -f $(libdir)/$(LIB)
|
-rm -f $(libdir)/$(LIB)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user