view TOOLS/TVout/compile.sh @ 20111:b6042b4c91ce

sync with r19979, patch by Sheldon Jin % jinsh2 AH yahoo.com %
author gpoirier
date Sun, 08 Oct 2006 17:19:20 +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 ..