view TOOLS/TVout/compile.sh @ 15411:1b00e08ba857

1.886: Sync -channels and -srate options with the XML docs. 1.887: spelling, wording and consistency fixes
author kraymer
date Wed, 11 May 2005 13:49:29 +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 ..