X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=Makefile;fp=Makefile;h=b9b66f4b8aa47fde0606c1f7c0978a593f39512a;hp=ad886c0eb5950dd603e716cf66c3e5141e34f7e0;hb=b10c546f579c7ccb5939161e61a71cd18a3f9bbd;hpb=caa05550e868db406e4b54e69d60b5573f59cb60 diff --git a/Makefile b/Makefile index ad886c0..b9b66f4 100644 --- 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