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 ]
|
if [ ${error} -ne 0 ]
|
||||||
then
|
then
|
||||||
echo === error on $1 = ${error}
|
echo === error on $1 = ${error}
|
||||||
exit
|
exit 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -24,6 +24,7 @@ build lib
|
|||||||
build funcs
|
build funcs
|
||||||
build tools
|
build tools
|
||||||
build v4l2
|
build v4l2
|
||||||
|
build Fonderie
|
||||||
|
|
||||||
# ------------------------------------------------------------------
|
# ------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* http://la.buvette.org/photos/cumul
|
* http://la.buvette.org/photos/cumul
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define FIMG_VERSION 128
|
#define FIMG_VERSION 129
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* in memory descriptor
|
* in memory descriptor
|
||||||
|
@ -12,6 +12,10 @@ cp tools/mkfimg tools/fimg2pnm tools/fimgops \
|
|||||||
cp v4l2/grabvidseq v4l2/video-infos \
|
cp v4l2/grabvidseq v4l2/video-infos \
|
||||||
/usr/local/bin
|
/usr/local/bin
|
||||||
|
|
||||||
|
cp Fonderie/interpolator Fonderie/fonderie \
|
||||||
|
Fonderie/singlepass \
|
||||||
|
/usr/local/bin
|
||||||
|
|
||||||
A="tools/addtga2fimg"
|
A="tools/addtga2fimg"
|
||||||
if [ -r $A ] ; then
|
if [ -r $A ] ; then
|
||||||
cp $A /usr/local/bin
|
cp $A /usr/local/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user