view TOOLS/TVout/compile.sh @ 12997:aa59d6df0280

better? RGB/BGR spec
author michael
date Wed, 11 Aug 2004 01:52:17 +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 ..