| Index: source/libvpx/build/make/Makefile
|
| diff --git a/source/libvpx/build/make/Makefile b/source/libvpx/build/make/Makefile
|
| index e048e9cc8b23a95159f6c0c2bfe15ceeb7ce06a8..fc7749a5519b20a6a997755d5c33456131fced96 100644
|
| --- a/source/libvpx/build/make/Makefile
|
| +++ b/source/libvpx/build/make/Makefile
|
| @@ -383,8 +383,8 @@ LIBS=$(call enabled,LIBS)
|
| .libs: $(LIBS)
|
| @touch $@
|
| $(foreach lib,$(filter %_g.a,$(LIBS)),$(eval $(call archive_template,$(lib))))
|
| -$(foreach lib,$(filter %so.$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH),$(LIBS)),$(eval $(call so_template,$(lib))))
|
| -$(foreach lib,$(filter %$(VERSION_MAJOR).dylib,$(LIBS)),$(eval $(call dl_template,$(lib))))
|
| +$(foreach lib,$(filter %so.$(SO_VERSION_MAJOR).$(SO_VERSION_MINOR).$(SO_VERSION_PATCH),$(LIBS)),$(eval $(call so_template,$(lib))))
|
| +$(foreach lib,$(filter %$(SO_VERSION_MAJOR).dylib,$(LIBS)),$(eval $(call dl_template,$(lib))))
|
|
|
| INSTALL-LIBS=$(call cond_enabled,CONFIG_INSTALL_LIBS,INSTALL-LIBS)
|
| ifeq ($(MAKECMDGOALS),dist)
|
|
|