]> git.sesse.net Git - movit/commitdiff
Install effect_util.h; it is useful for people implementing their own effects.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 24 Dec 2013 15:07:56 +0000 (16:07 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 24 Dec 2013 15:07:56 +0000 (16:07 +0100)
Makefile.in

index f5ae1034106ea6998915492d7f0eb834ca8a3e33..d1eb16533be13670b6d5ac212edc9097f3870c57 100644 (file)
@@ -122,7 +122,7 @@ coverage: check
        lcov --remove movit.info '*_test.cpp' '*/test_util.{cpp,h}' -o movit.info
        genhtml -o coverage movit.info
 
-HDRS = effect_chain.h effect.h input.h image_format.h init.h util.h defs.h
+HDRS = effect_chain.h effect_util.h effect.h input.h image_format.h init.h util.h defs.h
 HDRS += $(INPUTS:=.h)
 HDRS += $(EFFECTS:=.h)