view TOOLS/TVout/compile.sh @ 21679:8702a7e2fc23

sync with r21655 patch by Eric Wang, eric7wang gmail com
author kraymer
date Wed, 20 Dec 2006 08:33:49 +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 ..