]> git.sesse.net Git - movit/commitdiff
Fix Makefile after fp16 removal.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 2 Jul 2017 09:32:34 +0000 (11:32 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 2 Jul 2017 09:32:34 +0000 (11:32 +0200)
Makefile.in

index cbbb9f84c747fb8303649ce78822a8e06c3bde67..f26da6b145bd0c0033001827a178daf90d841f52 100644 (file)
@@ -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)