]> git.sesse.net Git - movit/blobdiff - Makefile
Add the rest of the files for the premultiplied alpha commit.
[movit] / Makefile
index ad886c0eb5950dd603e716cf66c3e5141e34f7e0..b9b66f4b8aa47fde0606c1f7c0978a593f39512a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,8 @@ TESTS += overlay_effect_test
 TESTS += gamma_expansion_effect_test
 TESTS += gamma_compression_effect_test
 TESTS += colorspace_conversion_effect_test
+TESTS += alpha_multiplication_effect_test
+TESTS += alpha_division_effect_test
 TESTS += saturation_effect_test
 TESTS += deconvolution_sharpen_effect_test
 TESTS += blur_effect_test
@@ -60,6 +62,8 @@ LIB_OBJS += white_balance_effect.o
 LIB_OBJS += gamma_expansion_effect.o
 LIB_OBJS += gamma_compression_effect.o
 LIB_OBJS += colorspace_conversion_effect.o
+LIB_OBJS += alpha_multiplication_effect.o
+LIB_OBJS += alpha_division_effect.o
 LIB_OBJS += saturation_effect.o
 LIB_OBJS += vignette_effect.o
 LIB_OBJS += mirror_effect.o