From b54af6e5d1df8bd15e6d1cd2eeb75ff546bc7880 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 30 Jul 2015 17:53:54 +0200 Subject: [PATCH] Add ycbcr.h to HDRS. Reported by Dan Dennedy. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2