view TOOLS/TVout/compile.sh @ 17253:338e5704c5b1

fixes suggested by Diego
author gpoirier
date Tue, 27 Dec 2005 13:01:22 +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 ..