view TOOLS/TVout/compile.sh @ 15365:7259fe943813

Sync with 1.955: updated t[wo]olameopts's psycho range
author gpoirier
date Sun, 08 May 2005 12:30:07 +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 ..