view TOOLS/TVout/compile.sh @ 21052:f4a6a42be401

sync w/ r20933, patch by Jerome Ferrari
author gpoirier
date Sun, 19 Nov 2006 17:23:12 +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 ..