diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-05-16 20:14:22 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-05-16 20:14:22 +0200 |
| commit | 0f03cc378e6ce48f17a20e409f93bfc11345a6ed (patch) | |
| tree | f4768c6fe96e1ac2a9c5833dee897924300d4a45 /Makefile | |
| parent | Add blind-tempral-mean (diff) | |
| download | blind-0f03cc378e6ce48f17a20e409f93bfc11345a6ed.tar.gz blind-0f03cc378e6ce48f17a20e409f93bfc11345a6ed.tar.bz2 blind-0f03cc378e6ce48f17a20e409f93bfc11345a6ed.tar.xz | |
Fix errors and warnings and make the code cleaner
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -41,7 +41,9 @@ BIN =\ blind-to-video\ blind-translate\ blind-transpose\ - blind-write-head + blind-write-head\ + blind-kernel\ + blind-temporal-mean # TODO Not tested yet (and doesn't have any manpages): # blind-kernel @@ -59,6 +61,7 @@ SRC = $(BIN:=.c) util.c stream.c HDR =\ arg.h\ + common.h\ stream.h\ util.h\ util/to.h\ @@ -71,7 +74,8 @@ HDR =\ util/efflush.h\ util/efunc.h\ util/eprintf.h\ - util/fshut.h + util/fshut.h\ + video-math.h MISCFILES = Makefile config.mk LICENSE README TODO |
