view TVout/compile.sh @ 8674:93212da0032e

10l memory leak + bug fixes in ms to sample time conversion
author anders
date Tue, 31 Dec 2002 05:42:20 +0000
parents 3b5f5d1c5041
children
line wrap: on
line source


# Compile TVout tools

cd con2fb
gcc con2fb.c -o con2fb
cd ..

cd matroxset
make
cd ..

cd fbset
make
cd ..