X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile.in;h=f26da6b145bd0c0033001827a178daf90d841f52;hb=2d8043bb837b45c9ae509450b3e1b1eb545e44b9;hp=32f1595434337204c3641cd1390c9bf72b5f95a9;hpb=9c6b86affb570a2e2d18c6da795c359da393f9a3;p=movit diff --git a/Makefile.in b/Makefile.in index 32f1595..f26da6b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -6,8 +6,8 @@ GTEST_DIR ?= /usr/src/gtest # strive towards having a rock-stable ABI, but at least the soversion will increase # whenever it breaks, so that you will not have silent failures, and distribution package # management can run its course. -movit_ltversion = 4:2:0 -movit_version = 1.3.2 +movit_ltversion = 7:0:1 +movit_version = 1.5.1 prefix = @prefix@ exec_prefix = @exec_prefix@ @@ -90,7 +90,7 @@ EFFECTS = $(TESTED_EFFECTS) $(UNTESTED_EFFECTS) # Unit tests. TESTS=effect_chain_test fp16_test $(TESTED_INPUTS:=_test) $(TESTED_EFFECTS:=_test) -LIB_OBJS=effect_util.o util.o effect.o effect_chain.o init.o resource_pool.o fp16.o ycbcr.o $(INPUTS:=.o) $(EFFECTS:=.o) +LIB_OBJS=effect_util.o util.o effect.o effect_chain.o init.o resource_pool.o ycbcr.o $(INPUTS:=.o) $(EFFECTS:=.o) # Default target: all: libmovit.la $(TESTS)