fonderie software installation

This commit is contained in:
tth 2021-04-02 13:09:20 +02:00
parent f884220433
commit 5cf9661713
3 changed files with 7 additions and 2 deletions

View File

@ -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
# ------------------------------------------------------------------

View File

@ -4,7 +4,7 @@
* http://la.buvette.org/photos/cumul
*/
#define FIMG_VERSION 128
#define FIMG_VERSION 129
/*
* in memory descriptor

View File

@ -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