X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=Makefile.in;h=a08005acdbe5c37620e617ab97832fd54ad25645;hp=fe46ec30a424c2e8d6e68a0a0d35f508da627ad4;hb=6f1efa8348a90a393187c12d70fd10d81bbd2c99;hpb=ba60914d4e5eda7b28af700bf43e9699b7aa720d diff --git a/Makefile.in b/Makefile.in index fe46ec3..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 +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)