From 5cf966171305fbf81f25baa80d548d2e7ec4e67b Mon Sep 17 00:00:00 2001 From: tth Date: Fri, 2 Apr 2021 13:09:20 +0200 Subject: [PATCH] fonderie software installation --- build.sh | 3 ++- floatimg.h | 2 +- install.sh | 4 ++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index ed20ad0d..46c2266d 100755 --- a/build.sh +++ b/build.sh @@ -14,7 +14,7 @@ cd ${curdir} if [ ${error} -ne 0 ] then echo === error on $1 = ${error} - exit + exit 1 fi } @@ -24,6 +24,7 @@ build lib build funcs build tools build v4l2 +build Fonderie # ------------------------------------------------------------------ diff --git a/floatimg.h b/floatimg.h index bba9d584..206e30bd 100644 --- a/floatimg.h +++ b/floatimg.h @@ -4,7 +4,7 @@ * http://la.buvette.org/photos/cumul */ -#define FIMG_VERSION 128 +#define FIMG_VERSION 129 /* * in memory descriptor diff --git a/install.sh b/install.sh index fbcaa142..40b1620b 100755 --- a/install.sh +++ b/install.sh @@ -12,6 +12,10 @@ cp tools/mkfimg tools/fimg2pnm tools/fimgops \ cp v4l2/grabvidseq v4l2/video-infos \ /usr/local/bin +cp Fonderie/interpolator Fonderie/fonderie \ + Fonderie/singlepass \ + /usr/local/bin + A="tools/addtga2fimg" if [ -r $A ] ; then cp $A /usr/local/bin