view TOOLS/TVout/compile.sh @ 16561:2add99fa89a2

better (hopefully correct) explanation of -frameno-file
author diego
date Fri, 23 Sep 2005 07:33:35 +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 ..