]> git.sesse.net Git - movit/commitdiff
Add ycbcr.h to HDRS.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 30 Jul 2015 15:53:54 +0000 (17:53 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 30 Jul 2015 15:53:54 +0000 (17:53 +0200)
Reported by Dan Dennedy.

Makefile.in

index fe46ec30a424c2e8d6e68a0a0d35f508da627ad4..35fc71ec0ab4e6c9a4a586e33ddb867f91fc6bc2 100644 (file)
@@ -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)