view TOOLS/TVout/compile.sh @ 13367:81ca72fd45f6

runtime aspect switching, patch by Aurelien Jacobs <aurel at gnuage . org>
author diego
date Fri, 17 Sep 2004 15:38:59 +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 ..