X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=Makefile.in;h=53eb6ffc1611a404a632cc6b68a3c9bd0c5f98eb;hp=fe46ec30a424c2e8d6e68a0a0d35f508da627ad4;hb=80fc4a6e806e5638ae050c3020962137ca5fd76b;hpb=ba60914d4e5eda7b28af700bf43e9699b7aa720d diff --git a/Makefile.in b/Makefile.in index fe46ec3..53eb6ff 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 HDRS += $(INPUTS:=.h) HDRS += $(EFFECTS:=.h)