view TVout/compile.sh @ 7022:ef9f4c1a3345

using precalculated src*om[][] table -> 25% faster.
author arpi
date Fri, 16 Aug 2002 16:35:43 +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 ..