]> git.sesse.net Git - movit/blobdiff - Makefile
Make combine_two_pixels() handle the fact that the GPU has limited subpixel interpola...
[movit] / Makefile
index edbe09b91e589c063f17576b5cd61399f7d35e46..59a89e765a2424f9af045477054f68f6eb537df7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ TESTS += flat_input_test
 TESTS += ycbcr_input_test
 
 # Core.
-LIB_OBJS=util.o widgets.o effect.o effect_chain.o
+LIB_OBJS=util.o widgets.o effect.o effect_chain.o init.o
 
 # Inputs.
 LIB_OBJS += flat_input.o