view TOOLS/TVout/compile.sh @ 15450:0202bf87c830

removed unused variables
author nicodvb
date Sat, 14 May 2005 06:52:25 +0000 (2005-05-14)
parents b205f8ca892a
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 ..