X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=Makefile.in;h=a08005acdbe5c37620e617ab97832fd54ad25645;hp=35fc71ec0ab4e6c9a4a586e33ddb867f91fc6bc2;hb=645c0e312389d15c6661c152ce9635183e9ca307;hpb=b54af6e5d1df8bd15e6d1cd2eeb75ff546bc7880 diff --git a/Makefile.in b/Makefile.in index 35fc71e..a08005a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -76,6 +76,7 @@ TESTED_EFFECTS += slice_effect TESTED_EFFECTS += complex_modulate_effect TESTED_EFFECTS += luma_mix_effect TESTED_EFFECTS += fft_convolution_effect +TESTED_EFFECTS += ycbcr_conversion_effect UNTESTED_EFFECTS = sandbox_effect UNTESTED_EFFECTS += mirror_effect @@ -160,7 +161,7 @@ coverage: @exit 1 endif -HDRS = effect_chain.h effect_util.h effect.h input.h image_format.h init.h util.h defs.h resource_pool.h fp16.h ycbcr.h +HDRS = effect_chain.h effect_util.h effect.h input.h image_format.h init.h util.h defs.h resource_pool.h fp16.h ycbcr.h version.h HDRS += $(INPUTS:=.h) HDRS += $(EFFECTS:=.h)