summaryrefslogtreecommitdiffstats
path: root/third_party/aom/libs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/aom/libs.mk')
-rw-r--r--third_party/aom/libs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/aom/libs.mk b/third_party/aom/libs.mk
index b3ab8ab77..d481c47cf 100644
--- a/third_party/aom/libs.mk
+++ b/third_party/aom/libs.mk
@@ -196,7 +196,7 @@ OBJS-yes += $(LIBAOM_OBJS)
LIBS-$(if yes,$(CONFIG_STATIC)) += $(BUILD_PFX)libaom.a $(BUILD_PFX)libaom_g.a
$(BUILD_PFX)libaom_g.a: $(LIBAOM_OBJS)
-SO_VERSION_MAJOR := 3
+SO_VERSION_MAJOR := 0
SO_VERSION_MINOR := 0
SO_VERSION_PATCH := 0
ifeq ($(filter darwin%,$(TGT_OS)),$(TGT_OS))