From: Steinar H. Gunderson Date: Sun, 2 Jul 2017 09:32:34 +0000 (+0200) Subject: Fix Makefile after fp16 removal. X-Git-Tag: 1.5.2~3 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=7ff8195d27166151be38d637ae4b2633d4b39556 Fix Makefile after fp16 removal. --- 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)