From: Steinar H. Gunderson Date: Thu, 30 Jul 2015 15:53:54 +0000 (+0200) Subject: Add ycbcr.h to HDRS. X-Git-Tag: 1.2.0~35 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=b54af6e5d1df8bd15e6d1cd2eeb75ff546bc7880 Add ycbcr.h to HDRS. Reported by Dan Dennedy. --- diff --git a/Makefile.in b/Makefile.in index fe46ec3..35fc71e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -160,7 +160,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)