]> git.sesse.net Git - movit/commitdiff
Properly install fp16.h.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 13 Mar 2014 20:41:35 +0000 (21:41 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 13 Mar 2014 20:41:35 +0000 (21:41 +0100)
Makefile.in

index 93318cfd608bcd026965f814d45a34c296b27a47..20586b62e981cd0d4e962cd032e68c25091348e5 100644 (file)
@@ -140,7 +140,7 @@ coverage:
        @exit 1
 endif
 
        @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
+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 += $(INPUTS:=.h)
 HDRS += $(EFFECTS:=.h)
 
 HDRS += $(INPUTS:=.h)
 HDRS += $(EFFECTS:=.h)