X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=Makefile.in;fp=Makefile.in;h=f26da6b145bd0c0033001827a178daf90d841f52;hp=cbbb9f84c747fb8303649ce78822a8e06c3bde67;hb=7ff8195d27166151be38d637ae4b2633d4b39556;hpb=425d68dcbdd681ad3157000360521e8f36eb6c4c diff --git a/Makefile.in b/Makefile.in index cbbb9f8..f26da6b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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)