view TOOLS/TVout/compile.sh @ 21166:aaa43c5017fa

Cosmetics: indentation fix.
author eugeni
date Thu, 23 Nov 2006 17:37:28 +0000
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 ..