forked from tTh/FloatImg
fonderie software installation
This commit is contained in:
parent
f884220433
commit
5cf9661713
3
build.sh
3
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
|
||||
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
* http://la.buvette.org/photos/cumul
|
||||
*/
|
||||
|
||||
#define FIMG_VERSION 128
|
||||
#define FIMG_VERSION 129
|
||||
|
||||
/*
|
||||
* in memory descriptor
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue